Quoting bvr <[email protected]>:

We have this same problem, so I'll give you what information I have.

Also see this bug report: http://bugs.horde.org/ticket/10169

What you are seeing is a little-endian UTF-16 byte order mark displayed in latin1 character set.

http://en.wikipedia.org/wiki/Byte_order_mark

For us this problem occurs only on our debian (current stable) servers but doesn't on my fedora 16 desktop using the exact same code and IMAP server.

All of the messages that exhibit this problem are HTML formatted with a presumably wrong or invalid character set specification, like these:

<META http-equiv="Content-Type" content="text/html; charset="unicode">

This definitely won't work, since "unicode" is **NOT** a charset. So by definition, I believe the XML parser falls back to interpreting as iso-8859-1.

michael

___________________________________
Michael Slusarz [[email protected]]

--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]

Reply via email to