Summary | Encoding of message replies is broken |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | goncalo.queiros (at) portugalmail (dot) net |
Created | 12/02/2010 (5341 days ago) |
Due | |
Updated | 12/09/2010 (5334 days ago) |
Assigned | 12/02/2010 (5341 days ago) |
Resolved | 12/08/2010 (5335 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
working version is the 2.7.6
State ⇒ Not A Bug
machine is old (2.6.26), so it wasn't working with the '<?xml
encoding="UTF-8">' code present on the Horde_Domhtml class.
I updated my libxml version, and everything is ok now, but still, if
anyone has encoding problems in the future, it might be because of the
libxml library.
State ⇒ Feedback
in ISO-8859-1 properly encodes the body in ISO-8859-1 (your example
message has the body encoded in UTF-8).
Maybe one of these helps?
http://lists.horde.org/archives/commits/2010-December/005780.html
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Encoding of message replies is broken
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
New Attachment: message.txt
State ⇒ Unconfirmed
view it correctly, but if i reply to it, all the accented characters
will be badly encoded.
This only happens if the message was sent through Imp (tested with a
message sent from Thunderbird and everything went ok).
The message is being encoded in iso-8859-1 i guess it should be
encoded in UTF-8, and i checked my browser and it's in UTF-8 format.
I attached a piece of the message.
This is what the reply should show:
"Boné cão"
and this is what its actually showing
"Boné cão"
The message headers are correct, onlye the body is wrong