Re: Special Characters in Query String



Juan T. Llibre wrote:

> Hi, Joerg.
>
> Take a look at the result :
> http://asp.net.do/test/utf-8.aspx
> ( Browsing it with IE6 set to use utf-8 results in the same.)
>
> Now, look at the same code, using iso-8859-1 :
> http://asp.net.do/test3/iso-8859-1.aspx
> ( Browsing with IE6 set to "Auto-select",
> results in Western European getting selected.)
>
> I've had numerous problems with utf-8, all of which result
> in common characters in spanish not geting displayed.
>
> Using iso-8859-1 gets rid of the problems.

I'm pretty sure that your source file's encoding is incorrect, because
in the UTF-8 version, the characters aren't even contained in the HTTP
response; the Content-Length is significantly less as well.

I also wouldn't be using XHTML for an encoding test, because a 10
minute experiment shows that both Firefox and IE aren't up to the task,
yet (or I did something very stupid).

Feel free to send me your project files and I'll investigate.

Cheers,
--
http://www.joergjooss.de
mailto:news-reply@xxxxxxxxxxxxx
.


Loading