On Tue, 31 Jan 2006, Lionel MARTIN wrote:
I'm currently running Mason with Apache/2.0.54 (Win32) mod_perl/2.0.1 and Perl/v5.8.7.

I have got a problem, that's perhaps simple.

When I'm making a request to my server, using:
http://MyServer/MyPage?start=A

and then asking my handler the %ARGS keys, it can find the 1 key: start (with the value 'A')

When I'm requesting http://MyServer/MyPage?start=%20, this is working as well (%20 is the escaped sequence for the space character)

But when I'm requesting http://MyServer/MyPage?start=%D6, this is not working, my handler can't find any key in %ARGS. (%D6 is the escaped sequence for the Ö character)

It works on my system:
HTML::Mason 1.32, Apache 1.3.34 Debian, mod_perl 1.29.

Reply via email to