11digitboy wrote, in a gratuitously quoted contribution: > > > > Now you take the case of my friend M. Leb�"uf, > [...] > Over here, his name looks like garbage. > What is that? Ell ee bee something something you > eff. The message headers on his email included: Content-Type: text/plain; charset=UTF-8 Apparently your email reading software decided to ignore this and it showed you the bytes of the message interpreted as ISO-8859-1, windows-1252, MacRoman, or some such single-byte encoding. The "something something" is, at a lower level, 2 bytes that, in UTF-8, mean the single character known in Unicode as LATIN SMALL LIGATURE OE, or U+0153. It should look like "o" joined to "e". In windows-1252 it's at 0x9C. In MacRoman, 0xCF. Interestingly, your own message's headers included this humorous line: X-Bloated-Content-Warning: Quotational content of 85% far exceeds recommended daily dosage - Mike ____________________________________________________________________ Mike J. Brown, software engineer at My XML/XSL resources: webb.net in Denver, Colorado, USA http://www.skew.org/xml/
- Re: How-To handle i18n when you don't know chars... Jim Saunders
- RE: How-To handle i18n when you don't know chars... Mike Brown
- Re: How-To handle i18n when you don't know chars... Michael \(michka\) Kaplan
- Re: How-To handle i18n when you don't know chars... Michael \(michka\) Kaplan
- RE: How-To handle i18n when you don't know chars... Chris Wendt
- Re: How-To handle i18n when you don't know chars... Antoine Leca
- Re: How-To handle i18n when you don't know chars... Michael \(michka\) Kaplan
- RE: How-To handle i18n when you don't know chars... Jonathan Rosenne
- Re: How-To handle i18n when you don't know chars... Michael \(michka\) Kaplan
- Re: How-To handle i18n when you don't know chars... 11digitboy
- RE: How-To handle i18n when you don't know chars... Mike Brown
- RE: How-To handle i18n when you don't know chars... Leon Spencer
- Re: How-To handle i18n when you don't know chars... Antoine Leca
- RE: How-To handle i18n when you don't know chars... Alan Wood
- Re: How-To handle i18n when you don't know chars... Michael \(michka\) Kaplan
- FW: How-To handle i18n when you don't know chars... Chris Wendt
- RE: How-To handle i18n when you don't know chars... Mike Brown

