On 2017-02-26 22:31, Gordon Wrigt wrote:
> On 2/26/2017 8:42 AM, Dave Royal wrote:
[...]>
>> My settings - which I think are the default - are:
>> Outgoing: Unicode
>> Incoming: Western
>> When possible...: No
>>
> That's what mine were until I changed it to Unicode for both. Once I
> did that the email that brought out the problem the most (from my tax
> accountant) was fine. It must have had something to do with the email
> she sent me? BTW...I only saw it on emails sent to me. Not on anything
> I typed and sent. Do I need to go back to the default like yours or
> does it just mean that somebody is sending me an email without the
> correct header line?
Yes, I see the glitch on incoming emails (and Usenet posts) here too.
IMO, it's the effect of different standards for text encoding. For plain
text, there's ASCII and ANSI. For typefaces, there's such a mixed-up
mess it's amazing that we don't see more weird fonts. Unicode is an
attempt to prevent weird font displays. Unfortunately, a lot of programs
(and programmers) still use legacy encodings.
As I understand it: An encoding is simply a list of characters. A font's
characters are encoded in sequence using one of the "standards" floating
around out there. Suppose the font omits the character at [XX]. Some
encodings don't have a method of signalling "no character here", so the
next character in the font's list is put into [XX] instead of [XX+1]. If
your client uses a different "standard", it will see a code it doesn't
expect, and the result is a weird font.
Bottom line: as long as there's no Big Bad Enforcer of Standards, we'll
continue to see weird fonts. And worse.
Have a good day,