On 1/20/2012 3:46 PM, Alexander wrote:
> Apostrophes are displaying as a string of 2-3 special characters including
> the "TM" symbols.
>
> I understand this to be a problem of mismatched encoding.
Ascii single ['] or double ["] quotes are sent as these plain 1-byte characters,
and are always properly displayed.
"Curly quotes," on the other hand, which come in "left" vs. "right" flavors,
are often sent by other people as multi-byte strings in UTF-8 encoding,
which _Eudora has never handled_ - thus such strings remain displayed as several bytes,
not resembling what they represent, even though it's obvious what they mean.
Some improvement might be seen after installing a third-party plugin
(to get the most value from it, please thoroughly study its included instructions):
http://www.windharp.de/software/utf8iso.htm
--