Pegasus Mail Suggestions
AW: AW: Bug report: quoted printable translation

Thanks for your reply, Michael. So it seems to be a problem with their web.de-Mailer.

Martin

<p>Thanks for your reply, Michael. So it seems to be a problem with their web.de-Mailer.</p><p>Martin </p>

I want to report a bug I noticed (just to make a very good program even better).


Some of my e-mail-contacts use the accent-sign ´ instead of  '  as apostrophe. This

sign is encoded in quoted-printable as "=B4".


When they send a HTML-Message the "=B4" is correctly interpreted as ´.

But if they send plain text messages, "=B4" appears as "Ž". So there seems to be a

bug in the quoted-printable-translations for plain text messages.


I did not tested it with ` instead of ´.


(I use Pegasus Mail 4.51DE and Windows XP.)


Cheers!
 
Martin
<div align="left"><font face="Times New Roman"><span style="font-size: 12pt;">I want to report a bug I noticed (just to make a very good program even better).</span></font></div> <div align="left"><font face="Times New Roman"><span style="font-size: 12pt;"> </span></font></div> <div align="left"><font face="Times New Roman"><span style="font-size: 12pt;">Some of my e-mail-contacts use the accent-sign ´ instead of  '  as apostrophe. This sign is encoded in quoted-printable as "=B4".</span></font></div> <div align="left"><font face="Times New Roman"><span style="font-size: 12pt;"> </span></font></div> <div align="left"><font face="Times New Roman"><span style="font-size: 12pt;">When they send a HTML-Message the "=B4" is correctly interpreted as ´. But if they send plain text messages, "=B4" appears as "Ž". So there seems to be a bug in the quoted-printable-translations for plain text messages. </span></font></div> <div align="left"><font face="Times New Roman"><span style="font-size: 12pt;"> </span></font></div> <div align="left"><font face="Times New Roman"><span style="font-size: 12pt;">I did not tested it with ` instead of ´.</span></font></div> <div align="left"><font face="Times New Roman"><span style="font-size: 12pt;"> </span></font></div> <div align="left"><font face="Times New Roman"><span style="font-size: 12pt;">(I use Pegasus Mail 4.51DE and Windows XP.)</span></font></div> <div align="left"><font face="Times New Roman"><span style="font-size: 12pt;"> </span></font></div> <div align="left"><font face="Times New Roman"><span style="font-size: 12pt;">Cheers!</span></font></div><div align="left"> </div><div align="left"><font face="times new roman,times">Martin </font> </div>

[quote user="Martin Schnabel"]Some of my e-mail-contacts use the accent-sign ´ instead of  '  as apostrophe. This

sign is encoded in quoted-printable as "=B4".


When they send a HTML-Message the "=B4" is correctly interpreted as ´.

But if they send plain text messages, "=B4" appears as "Ž". So there seems to be a

bug in the quoted-printable-translations for plain text messages.

[/quote]

Although this doesn't help much: It's most probably a mismatch between the charset announced in the respective section's content-type header and the actual encoding - which may or may not have been created by the sender's email application or a server doing some kind of auto-encoding or auto-decoding (some re-convert HTML text back to plain text in an improper way, e.g.). IOW: What's the charset declared for the respective plain text section - if any at all?

[quote user="Martin Schnabel"]<font face="Times New Roman"><span style="font-size: 12pt;">Some of my e-mail-contacts use the accent-sign ´ instead of  '  as apostrophe. This sign is encoded in quoted-printable as "=B4".</span></font> <div align="left"><font face="Times New Roman"><span style="font-size: 12pt;"> </span></font></div> <div align="left"><font face="Times New Roman"><span style="font-size: 12pt;">When they send a HTML-Message the "=B4" is correctly interpreted as ´. But if they send plain text messages, "=B4" appears as "Ž". So there seems to be a bug in the quoted-printable-translations for plain text messages.</span></font>[/quote]</div> <p>Although this doesn't help much: It's most probably a mismatch between the charset announced in the respective section's content-type header and the actual encoding - which may or may not have been created by the sender's email application or a server doing some kind of auto-encoding or auto-decoding (some re-convert HTML text back to plain text in an improper way, e.g.). IOW: What's the charset declared for the respective plain text section - if any at all? </p>
			Michael
--
IERenderer's Homepage
PGP Key ID (RSA 2048): 0xC45D831B
S/MIME Fingerprint: 94C6B471 0C623088 A5B27701 742B8666 3B7E657C

The charset is ISO 8859-15, in plain text and in HTML:

plain text:

Content-Type: text/plain; charset=iso-8859-15
Content-Transfer-Encoding: quoted-printable

HTML:
Content-Type: text/html; charset=iso-8859-15
Content-Transfer-Encoding: quoted-printable

 Cheers

 

Martin

<p>The charset is ISO 8859-15, in plain text and in HTML:</p><p>plain text:</p><p>Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable HTML: Content-Type: text/html; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable </p><p> Cheers</p><p> </p><p>Martin </p>

[quote user="Martin Schnabel"]

The charset is ISO 8859-15, in plain text and in HTML:

[/quote]

Well, then it can't work properly: In ISO-8859-1 it would work properly, but in ISO-8859-15 it's exactly correct if displayed as "Ž", compare the respective character values in both char tables. I guess that whoever sends these mails actually uses Windows-1252, and some mailers appear to ignore the ISO settings for some reason instead of just announcing Windows-1252 in such cases.

[quote user="Martin Schnabel"]<p>The charset is ISO 8859-15, in plain text and in HTML:</p><p>[/quote]</p><p>Well, then it can't work properly: In <a href="http://www.madore.org/%7Edavid/computers/unicode/cstab.html#Latin-1" target="_blank" mce_href="http://www.madore.org/~david/computers/unicode/cstab.html#Latin-1">ISO-8859-1</a> it would work properly, but in <a href="http://www.madore.org/%7Edavid/computers/unicode/cstab.html#Latin-9" target="_blank" mce_href="http://www.madore.org/~david/computers/unicode/cstab.html#Latin-9">ISO-8859-15</a> it's exactly correct if displayed as "Ž", compare the respective character values in both char tables. I guess that whoever sends these mails actually uses <a href="http://www.madore.org/%7Edavid/computers/unicode/cstab.html#CP1252" target="_blank" mce_href="http://www.madore.org/~david/computers/unicode/cstab.html#CP1252">Windows-1252</a>, and some mailers appear to ignore the ISO settings for some reason instead of just announcing <a href="http://www.madore.org/%7Edavid/computers/unicode/cstab.html#CP1252" target="_blank" mce_href="http://www.madore.org/~david/computers/unicode/cstab.html#CP1252">Windows-1252</a> in such cases. </p>
			Michael
--
IERenderer's Homepage
PGP Key ID (RSA 2048): 0xC45D831B
S/MIME Fingerprint: 94C6B471 0C623088 A5B27701 742B8666 3B7E657C
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft