J
John Byrne
I have encountered a problem when certain European characters are included in
the Querystring of an URL.
If I have a URL like: ?param=AAÃ
On the receiving page a simple Request() call returns "AA" and not "AAÃ ".
It drops all accented characters!
If I change to use a Form instead, it works OK.
If I copy the Request.QueryString to a String variable and split it I manage
to get the proper value.
I have tried this on Windows 2000 and Windows 2003 with the same result.
Is this a known bug with Request.QueryString? And if so is there a
fix/workaround??
Thanks
John Byrne
Australia
the Querystring of an URL.
If I have a URL like: ?param=AAÃ
On the receiving page a simple Request() call returns "AA" and not "AAÃ ".
It drops all accented characters!
If I change to use a Form instead, it works OK.
If I copy the Request.QueryString to a String variable and split it I manage
to get the proper value.
I have tried this on Windows 2000 and Windows 2003 with the same result.
Is this a known bug with Request.QueryString? And if so is there a
fix/workaround??
Thanks
John Byrne
Australia