Re: Special Characters in Query String
- From: "Joerg Jooss" <news-reply@xxxxxxxxxxxxx>
- Date: Tue, 10 May 2005 14:22:46 -0700
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
.
- Follow-Ups:
- Re: Special Characters in Query String
- From: Juan T. Llibre
- Re: Special Characters in Query String
- References:
- Special Characters in Query String
- From: SMG
- Re: Special Characters in Query String
- From: Kim Bach Petersen
- Re: Special Characters in Query String
- From: Joerg Jooss
- Re: Special Characters in Query String
- From: Kim Bach Petersen
- Re: Special Characters in Query String
- From: Juan T. Llibre
- Re: Special Characters in Query String
- From: Joerg Jooss
- Re: Special Characters in Query String
- From: Juan T. Llibre
- Re: Special Characters in Query String
- From: Joerg Jooss
- Re: Special Characters in Query String
- From: Juan T. Llibre
- Special Characters in Query String
- Prev by Date: Re: Updating a DB via SQL is giving me a headache
- Next by Date: Re: Web request with an existing cookie...
- Previous by thread: Re: Special Characters in Query String
- Next by thread: Re: Special Characters in Query String
- Index(es):
Loading