|
Hi,
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:
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)
Is there any way to avoid this problem
Thanks.
|
- [Mason] Problems to deal with %ARGS when escaped chars are i... Lionel MARTIN
- Re: [Mason] Problems to deal with %ARGS when escaped ch... Scott Lanning
- Re: [Mason] Problems to deal with %ARGS when escape... Lionel MARTIN

