Sorting it all Out Michael Kaplan's random stuff of dubious value Be sure to read the disclaimer here first!
Regular reader Maurits asked:
The "official" euro is U+20AC http://www.fileformat.info/info/unicode/char/20ac/index.htm But U+0080... while officially is a "control character"... has a strikingly familiar image: http://www.fileformat.info/info/unicode/char/0080/index.htm What happened there?
Well, I cannot speak for someone else's web site, of course. :-)
If I had to guess, I would scour my brain and then recall the fact that in almost every single Windows code page the Euro is located at position 0x80.
Bonus points for anyone who knows the two exceptions to this, and the manifestation of each of the exceptions -- WITHOUT looking at the code page tables. You are all on the honor system on this one!
So perhaps it was based on a font that, having nothing better to do with a control character at U+0080 just ended up shoving a Euro in there, much the way one tucks a dollar in an out of the way place for a rainy day? :-)
This post brought to you by "€" (U+20ac, a.k.a. EURO SIGN)
Chad's question was simple enough: Hello. I am trying to output character 0x80 from font Wingdings 3.
PingBack from http://www.hilpers.it/1730062-carattere-delleuro
"So perhaps it was based on a font that, having nothing better to do with a control character at U+0080 just ended up shoving a Euro in there, much the way one tucks a dollar in an out of the way place for a rainy day? :-)"
Well, the same problem is encountered with HTML character entities. Here is a clue: What does the first 256 characters of Unicode comes from?