Previously Bart Schuller wrote:
> You're letting the webserver send a document in UTF-8 encoding with the
> wrong headers:
> 
>     Content-Type: text/html; charset=iso-8859-1
> 
> That the doc is in utf-8 can be seen from the very first line:
> 
>     <?xml version="1.0" encoding="UTF-8" standalone="no"?>

Good spotting; turns out that AddDefaultCharset was enabled (might be a
default in the Debian package even) and that broke things.

Cc'ed the apache maintainer: can you make sure that AddDefaultCharset is
not enabled on a default install?

Wichert.

-- 
Wichert Akkerman <[EMAIL PROTECTED]>           http://www.wiggy.net/
A random hacker


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to