sign is encoded in quoted-printable as "=B4".
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 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".
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?
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
[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.
Michael -- IERenderer's Homepage PGP Key ID (RSA 2048): 0xC45D831B S/MIME Fingerprint: 94C6B471 0C623088 A5B27701 742B8666 3B7E657C
Your previous draft for topic is pending
If you continue, your previous draft will be discarded.