[Tickets #10169] Re: Some mails can't be displayed
bugs at horde.org
bugs at horde.org
Tue Jun 14 20:15:44 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/10169
------------------------------------------------------------------------------
Ticket | 10169
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | Some mails can't be displayed
Queue | IMP
Version | 5.0.5
Type | Bug
State | Feedback
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2011-06-14 20:15) wrote:
> I'm using libxml 2.7.8. I'll check other related components tomorrow.
A related issue is that the charset in that HTML part is reported to
be "unicode". This is not a valid charset (see
http://www.iana.org/assignments/character-sets). I can only guess
that libxml does some kind of best-guess as to the current charset if
given bad charset input - it's possible on your system that this best
guess is ISO-8859-1, while on my system it is UTF-8, which would
explain why it works on some systems but not others. (You can test
and see if this is the case by changing the 'unicode' charset
definition in the HTML part to 'UTF-8').
However, there is nothing we can do if this is the case. We can't
change the charset contained within HTML code because we have to parse
the HTML first (via the xml functions) - but this parsing code will
apply the charset found in a meta charset tag during the parsing itself.
More information about the bugs
mailing list