Re: Wrong charset detection

On 3 Mar 2010, at 18:15, Pierre Rudloff wrote:
> The error was: utf8 '\xE9' does not map to Unicode"
> But my website uses iso-8859-1and I do have a valid meta element that declares this charset :
> <meta http-equiv="Content-Type" content="text/HTML; charset=iso-8859-1" />
> Do you know what could cause this behavior ?


Your HTTP headers say:

Content-Type: text/html; charset=utf-8

Real HTTP headers have greater weight than in-document claims.

-- 
David Dorward
http://dorward.me.uk

Received on Thursday, 4 March 2010 09:56:41 UTC