[Tickets #9201] Re: Check for ISO-8859-1/Windows-1252 improper charset labeling
bugs at horde.org
bugs at horde.org
Thu Aug 26 07:38:01 UTC 2010
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9201
------------------------------------------------------------------------------
Ticket | 9201
Updated By | rsalmon at mbpgroup.com
Summary | Check for ISO-8859-1/Windows-1252 improper charset
| labeling
Queue | IMP
Version | Git master
Type | Enhancement
State | Feedback
Priority | 1. Low
Milestone | 5.0
Patch |
Owners | Jan Schneider, Michael Slusarz, Horde Developers
------------------------------------------------------------------------------
rsalmon at mbpgroup.com (2010-08-26 03:38) wrote:
> This change *seems* to fix the conversion issues for me. Although
> that could just be fortune that we are not doing any ISO-8859-1
> conversions in the codepaths I have tested.
I still have problems with the euro sign.
Using IMP :
compose a new text message and set charset to UTF-8. Send the
following string : "azerty "
the received message looks fine in IMP, Thunderbird and Outlook.
compose a new HTML message and set charset to UTF-8. Send the
following string : "azerty "
the HTML part looks ok and render just fine in Outlook and
Thunderbird, but not IMP. I get this with IMP/FF : "azerty â¬"
Looking at the source of the message, the encoded string doesn't look
the same in the text part :
--=_MgggdEx2InJNFCIGJXUlY0k0
Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes
Content-Description: Plaintext Version
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
azerty =C3=A2=C2=82=C2=AC
--=_MgggdEx2InJNFCIGJXUlY0k0
Content-Type: text/html; charset=UTF-8
Content-Description: HTML Version
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3D"http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body style=3D"font-family:Arial;font-size:14px">
<p>azerty =E2=82=AC<br /></p>
</body>
</html>
--=_MgggdEx2InJNFCIGJXUlY0k0--
More information about the bugs
mailing list