<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Characteristic Confusion</title>
	<atom:link href="http://meyerweb.com/eric/thoughts/2008/05/22/characteristic-confusion/feed/" rel="self" type="application/rss+xml" />
	<link>http://meyerweb.com/eric/thoughts/2008/05/22/characteristic-confusion/</link>
	<description>Things that Eric A. Meyer, CSS expert, writes about on his personal Web site; it&#039;s largely Web standards and Web technology, but also various bits of culture, politics, personal observations, and other miscellaneous stuff</description>
	<lastBuildDate>Fri, 10 May 2013 11:50:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: ^love *encounter ~flow</title>
		<link>http://meyerweb.com/eric/thoughts/2008/05/22/characteristic-confusion/#comment-439150</link>
		<dc:creator>^love *encounter ~flow</dc:creator>
		<pubDate>Thu, 29 Jan 2009 19:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/?p=903#comment-439150</guid>
		<description><![CDATA[1) how does ffx know wing/webdings do not display code point `o` as &#039;a donut&#039;?---it does not, can hardly, and should not (imagine wanting to use a black letter font and suddenly some browsers bail out thinking those `o` glyphs are not &#039;round enough&#039;...). but, those *ding fonts were specifically marked up as &#039;symbol&#039; fonts, and my guess is that ffx looks at that point of the font metadata. it is like, you didn&#039;t have unicode back when that was done, and a font could only render a single codepage, and maybe mappings to parts of other code pages (which is a laugh, since it is surely not the task of an outlines collection to do code page arithmetics), and it could also claim to render no specific script at all---mere SYMBOLS! so those are the histerical reasons. 

2) should a text renderer such as a browser favor the specific font face? or should it fall back and try to render from another font that promises to &#039;display a donut-shaped o where `o` was in the text&#039;?

for a vast range of applications, falling back character by character to something &#039;probably correct&#039; is, i think, indeed they way to go. i work a lot with chinese characters from unicode astral planes, and most fonts don&#039;t have those characters. additionaly, the very few fonts that do have those astral characters lack huge parts of the (16bit) bmp characters (for reasons of file size). also, a LOT of chinese fonts only have the most frequent characters as glyphs, for the sheer number of them (almost 21 thousand chinese characters in the bmp alone), so failure on a character-by-character base is as frequent as a leaf blowing in the autumn wind as far as chinese typesetting is concerned. only those applications that are apt at font substitution are future-proof; others will fail when going beyond basic western needs.

3) it would be nice if applications could make configuring character substitutions more configurable, and provide more diagnostics. the only software that i am aware of that allows me to specify which font to use, unicode block for unicode block, is BabelMap (of http://www.babelstone.co.uk/Software/BabelMap.html). 

the font configuration menu of all browsers i know of is a joke---you are expected to configure fonts *by language* and have no way to specify unicode code blocks. now what webpage contains a proper language markup? who in this world actually produces html that marks language switches for each paragraph? this would be important for chinese character variant selection (see http://en.wikipedia.org/wiki/Han_unification#Examples_of_some_non-unified_Han_ideographs), but even then it requires an informed user intervention (to be sure, the unicode consortium did the wrong thing here and embraced the technologically wrong kind of solution---code points are the only reliable way to distinguish character forms. you might differ, but looking at said table you will see that it is only *some* important characters that have their variants *not* reflected in unicode; when you go into detail, its a royal mess.)

4) sometimes you have the need to display elements of writing that are not encoded by unicode (i have hundreds of examples). well, unicode will never have a codepoint for everything that people want to write. but, it does provide a private use area---a vast array of codepoints that are meant to be free of interpretation, so you can put there whatever you like. i currently work a lot with typeface (of http://typeface.neocracy.org) to make sure i get exactly the outlines i intended. if downloadable fonts were a reality, then maybe browsers would actually honor the css font-family *when rendering material from a private use area*, for in those cases it is impossible to assume any other intended rendering. of course, that leaves accessibility in the open (but no screenreader today will help you to translate astral plane characters or major parts of non-western unicode anyway). 

(@Sebastian Redl: the subject &quot;is unicode an encoding? is utf-8?&#039; has been discussed in depth over at http://www.artima.com/forums/flat.jsp?forum=106&amp;thread=230157)]]></description>
		<content:encoded><![CDATA[<p>1) how does ffx know wing/webdings do not display code point `o` as &#8216;a donut&#8217;?&#8212;it does not, can hardly, and should not (imagine wanting to use a black letter font and suddenly some browsers bail out thinking those `o` glyphs are not &#8217;round enough&#8217;&#8230;). but, those *ding fonts were specifically marked up as &#8216;symbol&#8217; fonts, and my guess is that ffx looks at that point of the font metadata. it is like, you didn&#8217;t have unicode back when that was done, and a font could only render a single codepage, and maybe mappings to parts of other code pages (which is a laugh, since it is surely not the task of an outlines collection to do code page arithmetics), and it could also claim to render no specific script at all&#8212;mere SYMBOLS! so those are the histerical reasons. </p>
<p>2) should a text renderer such as a browser favor the specific font face? or should it fall back and try to render from another font that promises to &#8216;display a donut-shaped o where `o` was in the text&#8217;?</p>
<p>for a vast range of applications, falling back character by character to something &#8216;probably correct&#8217; is, i think, indeed they way to go. i work a lot with chinese characters from unicode astral planes, and most fonts don&#8217;t have those characters. additionaly, the very few fonts that do have those astral characters lack huge parts of the (16bit) bmp characters (for reasons of file size). also, a LOT of chinese fonts only have the most frequent characters as glyphs, for the sheer number of them (almost 21 thousand chinese characters in the bmp alone), so failure on a character-by-character base is as frequent as a leaf blowing in the autumn wind as far as chinese typesetting is concerned. only those applications that are apt at font substitution are future-proof; others will fail when going beyond basic western needs.</p>
<p>3) it would be nice if applications could make configuring character substitutions more configurable, and provide more diagnostics. the only software that i am aware of that allows me to specify which font to use, unicode block for unicode block, is BabelMap (of <a href="http://www.babelstone.co.uk/Software/BabelMap.html" rel="nofollow">http://www.babelstone.co.uk/Software/BabelMap.html</a>). </p>
<p>the font configuration menu of all browsers i know of is a joke&#8212;you are expected to configure fonts *by language* and have no way to specify unicode code blocks. now what webpage contains a proper language markup? who in this world actually produces html that marks language switches for each paragraph? this would be important for chinese character variant selection (see <a href="http://en.wikipedia.org/wiki/Han_unification#Examples_of_some_non-unified_Han_ideographs" rel="nofollow">http://en.wikipedia.org/wiki/Han_unification#Examples_of_some_non-unified_Han_ideographs</a>), but even then it requires an informed user intervention (to be sure, the unicode consortium did the wrong thing here and embraced the technologically wrong kind of solution&#8212;code points are the only reliable way to distinguish character forms. you might differ, but looking at said table you will see that it is only *some* important characters that have their variants *not* reflected in unicode; when you go into detail, its a royal mess.)</p>
<p>4) sometimes you have the need to display elements of writing that are not encoded by unicode (i have hundreds of examples). well, unicode will never have a codepoint for everything that people want to write. but, it does provide a private use area&#8212;a vast array of codepoints that are meant to be free of interpretation, so you can put there whatever you like. i currently work a lot with typeface (of <a href="http://typeface.neocracy.org" rel="nofollow">http://typeface.neocracy.org</a>) to make sure i get exactly the outlines i intended. if downloadable fonts were a reality, then maybe browsers would actually honor the css font-family *when rendering material from a private use area*, for in those cases it is impossible to assume any other intended rendering. of course, that leaves accessibility in the open (but no screenreader today will help you to translate astral plane characters or major parts of non-western unicode anyway). </p>
<p>(@Sebastian Redl: the subject &#8220;is unicode an encoding? is utf-8?&#8217; has been discussed in depth over at <a href="http://www.artima.com/forums/flat.jsp?forum=106&#038;thread=230157" rel="nofollow">http://www.artima.com/forums/flat.jsp?forum=106&#038;thread=230157</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willis</title>
		<link>http://meyerweb.com/eric/thoughts/2008/05/22/characteristic-confusion/#comment-391409</link>
		<dc:creator>Willis</dc:creator>
		<pubDate>Wed, 09 Jul 2008 17:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/?p=903#comment-391409</guid>
		<description><![CDATA[Right!  It&#039;s as if FF3 is somehow figuring out which fonts contain &quot;approved&quot; representations of the described characters.  For instance, U+0021 is the Unicode representation of the exclamation point.  This can be represented in encoded html as 

&amp; #x21;

(I&#039;m leaving a space between the &amp; and the #x21 character code on purpose because of the way this comments form is parsing it - pretend it&#039;s not there)

This is a simple, and obviously non-standard example set, but this line:

&lt;font face=&quot;Arial&quot;&gt;&amp; #x21;&lt;/font&gt;

produces an exclamation point in Arial.  This one:

&lt;font face=&quot;Trebuchet MS&quot;&gt;&amp; #x21;&lt;/font&gt;

produces a differently-styled exclamation point in Trebuchet.  This line, however:

&lt;font face=&quot;Webdings&quot;&gt;&amp; #x21;&lt;/font&gt;

which should produce the Webdings font&#039;s version of the exclamation point (which, per the font designer&#039;s choice, just &lt;i&gt;happens&lt;/i&gt; to look a lot like a spider), does not.  Instead it falls back to Times (default font) and renders that font&#039;s version of the exclamation point.  

What gives?]]></description>
		<content:encoded><![CDATA[<p>Right!  It&#8217;s as if FF3 is somehow figuring out which fonts contain &#8220;approved&#8221; representations of the described characters.  For instance, U+0021 is the Unicode representation of the exclamation point.  This can be represented in encoded html as </p>
<p>&amp; #x21;</p>
<p>(I&#8217;m leaving a space between the &amp; and the #x21 character code on purpose because of the way this comments form is parsing it &#8211; pretend it&#8217;s not there)</p>
<p>This is a simple, and obviously non-standard example set, but this line:</p>
<p>&lt;font face=&quot;Arial&quot;&gt;&amp; #x21;&lt;/font&gt;</p>
<p>produces an exclamation point in Arial.  This one:</p>
<p>&lt;font face=&quot;Trebuchet MS&quot;&gt;&amp; #x21;&lt;/font&gt;</p>
<p>produces a differently-styled exclamation point in Trebuchet.  This line, however:</p>
<p>&lt;font face=&quot;Webdings&quot;&gt;&amp; #x21;&lt;/font&gt;</p>
<p>which should produce the Webdings font&#8217;s version of the exclamation point (which, per the font designer&#8217;s choice, just <i>happens</i> to look a lot like a spider), does not.  Instead it falls back to Times (default font) and renders that font&#8217;s version of the exclamation point.  </p>
<p>What gives?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://meyerweb.com/eric/thoughts/2008/05/22/characteristic-confusion/#comment-388475</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Sun, 29 Jun 2008 21:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/?p=903#comment-388475</guid>
		<description><![CDATA[I don&#039;t know if I&#039;m missing something obvious, but all this seems more complicated than everybody&#039;s assuming here...

First of all: I&#039;m using Firefox 3, final release, on Ubuntu 8.04, and the Webdings font on your test page renders as you expected, in the way &lt;a href=&quot;#comment-378009&quot; rel=&quot;nofollow&quot;&gt;Philippe&lt;/a&gt; described as a bug. That is: I see the ear, Death Star and spider.

Second, the explanation doesn&#039;t make sense to me. Sure, the Unicode behaviour is completely logical: if the font doesn&#039;t have this Chinese glyph, find a font that does. However, Webdings actually &lt;em&gt;has&lt;/em&gt; the glyphs your are asking for: they just don&#039;t look the way they should, but as Randy pointed out, &lt;a href=&quot;#comment-380065&quot; rel=&quot;nofollow&quot;&gt;the browser doesn&#039;t know that&lt;/a&gt;... A font should not represent the letter &quot;o&quot; as an ear, but apparently for &lt;a href=&quot;#comment-378012&quot; rel=&quot;nofollow&quot;&gt;historical reasons&lt;/a&gt;, it does.

Why does it work a certain way on my Ubuntu Linux, and another way on other computers/systems, including my brother&#039;s Windows XP box? Is my Firefox different? (Could be, since it&#039;s from Ubuntu&#039;s official repositories) Or are our Webdings fonts different? Or does it depend on some configuration?

Okay, I&#039;m lost.]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if I&#8217;m missing something obvious, but all this seems more complicated than everybody&#8217;s assuming here&#8230;</p>
<p>First of all: I&#8217;m using Firefox 3, final release, on Ubuntu 8.04, and the Webdings font on your test page renders as you expected, in the way <a href="#comment-378009" rel="nofollow">Philippe</a> described as a bug. That is: I see the ear, Death Star and spider.</p>
<p>Second, the explanation doesn&#8217;t make sense to me. Sure, the Unicode behaviour is completely logical: if the font doesn&#8217;t have this Chinese glyph, find a font that does. However, Webdings actually <em>has</em> the glyphs your are asking for: they just don&#8217;t look the way they should, but as Randy pointed out, <a href="#comment-380065" rel="nofollow">the browser doesn&#8217;t know that</a>&#8230; A font should not represent the letter &#8220;o&#8221; as an ear, but apparently for <a href="#comment-378012" rel="nofollow">historical reasons</a>, it does.</p>
<p>Why does it work a certain way on my Ubuntu Linux, and another way on other computers/systems, including my brother&#8217;s Windows XP box? Is my Firefox different? (Could be, since it&#8217;s from Ubuntu&#8217;s official repositories) Or are our Webdings fonts different? Or does it depend on some configuration?</p>
<p>Okay, I&#8217;m lost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willis</title>
		<link>http://meyerweb.com/eric/thoughts/2008/05/22/characteristic-confusion/#comment-387569</link>
		<dc:creator>Willis</dc:creator>
		<pubDate>Thu, 26 Jun 2008 12:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/?p=903#comment-387569</guid>
		<description><![CDATA[So then - is there a proper (or, FF3-accepted) way to request the webdings/spider character in html?  I can&#039;t seem to get it to work, using the code reference.]]></description>
		<content:encoded><![CDATA[<p>So then &#8211; is there a proper (or, FF3-accepted) way to request the webdings/spider character in html?  I can&#8217;t seem to get it to work, using the code reference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mor10</title>
		<link>http://meyerweb.com/eric/thoughts/2008/05/22/characteristic-confusion/#comment-382309</link>
		<dc:creator>mor10</dc:creator>
		<pubDate>Tue, 03 Jun 2008 22:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/?p=903#comment-382309</guid>
		<description><![CDATA[I agree with Richards: I get the &quot;Oy&quot;s in Firefox 2.0.0.14 as well.]]></description>
		<content:encoded><![CDATA[<p>I agree with Richards: I get the &#8220;Oy&#8221;s in Firefox 2.0.0.14 as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links of Interest (May 9th 2008 through May 29th 2008) &#183; All the Billion Other Moments (Jason Penney)</title>
		<link>http://meyerweb.com/eric/thoughts/2008/05/22/characteristic-confusion/#comment-380621</link>
		<dc:creator>Links of Interest (May 9th 2008 through May 29th 2008) &#183; All the Billion Other Moments (Jason Penney)</dc:creator>
		<pubDate>Fri, 30 May 2008 00:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/?p=903#comment-380621</guid>
		<description><![CDATA[[...] Characteristic Confusion While investigating line-height Eric Meyer used font-family: Webdings to display &#8220;Oy!&#8221; (Webdings doesn&#8217;t contain &#8216;O&#8217;, &#8216;y&#8217;, or &#8216;!&#8217;). Firefox 3 unexpectedly displayed &#8220;Oy!&#8221;, which, it seems, is technically correct, leaving him asking &#8220;which is less correcTags: CSS, font-family, line-height, Eric Meyer, unicode, webdesign, [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Characteristic Confusion While investigating line-height Eric Meyer used font-family: Webdings to display &#8220;Oy!&#8221; (Webdings doesn&#8217;t contain &#8216;O&#8217;, &#8216;y&#8217;, or &#8216;!&#8217;). Firefox 3 unexpectedly displayed &#8220;Oy!&#8221;, which, it seems, is technically correct, leaving him asking &#8220;which is less correcTags: CSS, font-family, line-height, Eric Meyer, unicode, webdesign, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy</title>
		<link>http://meyerweb.com/eric/thoughts/2008/05/22/characteristic-confusion/#comment-380065</link>
		<dc:creator>Randy</dc:creator>
		<pubDate>Wed, 28 May 2008 15:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/?p=903#comment-380065</guid>
		<description><![CDATA[How does Firefox know that the Death Star character is not the same glyph as &lt;em&gt;y&lt;/em&gt;? (Surely Firefox is not opening the font and using character recognition to determine that it doesn&#039;t &lt;em&gt;look like&lt;/em&gt; a y.) Does the Webdings font somehow tell the browser something like, &quot;The Death Star is the glyph for Unicode F021 but you should use it for the letter &lt;em&gt;y&lt;/em&gt;?&quot;]]></description>
		<content:encoded><![CDATA[<p>How does Firefox know that the Death Star character is not the same glyph as <em>y</em>? (Surely Firefox is not opening the font and using character recognition to determine that it doesn&#8217;t <em>look like</em> a y.) Does the Webdings font somehow tell the browser something like, &#8220;The Death Star is the glyph for Unicode F021 but you should use it for the letter <em>y</em>?&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Browsersphere &#187; Blog Archive &#187; How Web Browsers Utilize CSS Font Rules</title>
		<link>http://meyerweb.com/eric/thoughts/2008/05/22/characteristic-confusion/#comment-379940</link>
		<dc:creator>Browsersphere &#187; Blog Archive &#187; How Web Browsers Utilize CSS Font Rules</dc:creator>
		<pubDate>Wed, 28 May 2008 04:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/?p=903#comment-379940</guid>
		<description><![CDATA[[...] was pointed to a very interesting blog post by Eric Meyer titled Characteristic Confusion, which reveals how web browsers like Firefox utilize CSS font rules. It&#8217;s been happening ever [...]]]></description>
		<content:encoded><![CDATA[<p>[...] was pointed to a very interesting blog post by Eric Meyer titled Characteristic Confusion, which reveals how web browsers like Firefox utilize CSS font rules. It&#8217;s been happening ever [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Bice</title>
		<link>http://meyerweb.com/eric/thoughts/2008/05/22/characteristic-confusion/#comment-379869</link>
		<dc:creator>Brad Bice</dc:creator>
		<pubDate>Tue, 27 May 2008 22:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/?p=903#comment-379869</guid>
		<description><![CDATA[Off-topic, but unless I&#039;m missing something, Firefox 3 still doesn&#039;t handle OS X windows appropriately. Closing the last tab doesn&#039;t close the entire window. In fact, you can&#039;t close the last tab at all, unless I&#039;m missing something.]]></description>
		<content:encoded><![CDATA[<p>Off-topic, but unless I&#8217;m missing something, Firefox 3 still doesn&#8217;t handle OS X windows appropriately. Closing the last tab doesn&#8217;t close the entire window. In fact, you can&#8217;t close the last tab at all, unless I&#8217;m missing something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Gresley</title>
		<link>http://meyerweb.com/eric/thoughts/2008/05/22/characteristic-confusion/#comment-379210</link>
		<dc:creator>Alan Gresley</dc:creator>
		<pubDate>Mon, 26 May 2008 12:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/?p=903#comment-379210</guid>
		<description><![CDATA[&lt;blockquote cite=&quot;Anne van Kesteren&quot;&gt;If you start using random characters such as “y” to mean “Death Star” how will non-visual interfaces ever be able to deal with that other than implementing some weird hack to cope with the madness that is Webdings?
&lt;/blockquote&gt;

Very true Anne. Accessibility goes out the window. Another fine example of propriety standards which destroys interoperability and accessibility.

@Eric

May I suggest using an image with alt text for your ear-Death Star-spider combo. Sounds like some name for a hack.]]></description>
		<content:encoded><![CDATA[<blockquote cite="Anne van Kesteren"><p>If you start using random characters such as “y” to mean “Death Star” how will non-visual interfaces ever be able to deal with that other than implementing some weird hack to cope with the madness that is Webdings?
</p></blockquote>
<p>Very true Anne. Accessibility goes out the window. Another fine example of propriety standards which destroys interoperability and accessibility.</p>
<p>@Eric</p>
<p>May I suggest using an image with alt text for your ear-Death Star-spider combo. Sounds like some name for a hack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bertilo Wennergren</title>
		<link>http://meyerweb.com/eric/thoughts/2008/05/22/characteristic-confusion/#comment-378395</link>
		<dc:creator>Bertilo Wennergren</dc:creator>
		<pubDate>Sat, 24 May 2008 03:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/?p=903#comment-378395</guid>
		<description><![CDATA[The right way to do what Eric tried to do (having an crazy fallback font, so it would be obvious what happened) is to use a font this is crazy but actually has the crazy characters in the places of normal letters. That means, that &quot;a&quot;, &quot;b&quot;, &quot;c&quot; etc. should be those actual letters, but looking obviously freaky. So just get one of those fonts (I&#039;m sure there are lots of them out there), install it in your work machine, and specify it in the CSS. That should work according to all the Unicode rules. (And the Firefox Webdings behaviour is indeed the only correct one. It&#039;s also logical and good.)]]></description>
		<content:encoded><![CDATA[<p>The right way to do what Eric tried to do (having an crazy fallback font, so it would be obvious what happened) is to use a font this is crazy but actually has the crazy characters in the places of normal letters. That means, that &#8220;a&#8221;, &#8220;b&#8221;, &#8220;c&#8221; etc. should be those actual letters, but looking obviously freaky. So just get one of those fonts (I&#8217;m sure there are lots of them out there), install it in your work machine, and specify it in the CSS. That should work according to all the Unicode rules. (And the Firefox Webdings behaviour is indeed the only correct one. It&#8217;s also logical and good.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe</title>
		<link>http://meyerweb.com/eric/thoughts/2008/05/22/characteristic-confusion/#comment-378355</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Sat, 24 May 2008 00:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/?p=903#comment-378355</guid>
		<description><![CDATA[&lt;a href=&quot;http://meyerweb.com/eric/thoughts/2008/05/22/characteristic-confusion/#comment-378150&quot; rel=&quot;nofollow&quot;&gt;Eric&lt;/a&gt;,
The fact that those Webdings characters are displayed in Gecko 1.8.1/Fx 2.0.0.14 is considered a bug (but I forgot the bugnumber...). And Yes ! Opera 9.2x and 9.5b also display those Webdings thingies. But only on OS X, go figure (perhaps the same issue that plagued Gecko 1.8.1 – in the QuickDraw layer).]]></description>
		<content:encoded><![CDATA[<p><a href="http://meyerweb.com/eric/thoughts/2008/05/22/characteristic-confusion/#comment-378150" rel="nofollow">Eric</a>,<br />
The fact that those Webdings characters are displayed in Gecko 1.8.1/Fx 2.0.0.14 is considered a bug (but I forgot the bugnumber&#8230;). And Yes ! Opera 9.2x and 9.5b also display those Webdings thingies. But only on OS X, go figure (perhaps the same issue that plagued Gecko 1.8.1 – in the QuickDraw layer).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://meyerweb.com/eric/thoughts/2008/05/22/characteristic-confusion/#comment-378279</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 23 May 2008 19:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/?p=903#comment-378279</guid>
		<description><![CDATA[I worked with online scientific journals for a few years a while back, and if we wanted a certain character, we had to include a meta content-type charset=utf-8, and then always use unicode to specify desired characters, otherwise all sorts of problems similar to this would occur.]]></description>
		<content:encoded><![CDATA[<p>I worked with online scientific journals for a few years a while back, and if we wanted a certain character, we had to include a meta content-type charset=utf-8, and then always use unicode to specify desired characters, otherwise all sorts of problems similar to this would occur.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J. King</title>
		<link>http://meyerweb.com/eric/thoughts/2008/05/22/characteristic-confusion/#comment-378210</link>
		<dc:creator>J. King</dc:creator>
		<pubDate>Fri, 23 May 2008 15:30:46 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/?p=903#comment-378210</guid>
		<description><![CDATA[Perhaps your system is somehow misconfigured, then, Eric?  I&#039;m seeing substituted glyphs (Times New Roman, by all appearances) in Opera 9.2 and Firefox 2, as I always have (I&#039;ve been aware of this property of the *ding fonts for several years).]]></description>
		<content:encoded><![CDATA[<p>Perhaps your system is somehow misconfigured, then, Eric?  I&#8217;m seeing substituted glyphs (Times New Roman, by all appearances) in Opera 9.2 and Firefox 2, as I always have (I&#8217;ve been aware of this property of the *ding fonts for several years).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milo</title>
		<link>http://meyerweb.com/eric/thoughts/2008/05/22/characteristic-confusion/#comment-378165</link>
		<dc:creator>Milo</dc:creator>
		<pubDate>Fri, 23 May 2008 13:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/?p=903#comment-378165</guid>
		<description><![CDATA[I get the Webdings characters only in IE7, but not in Firefox 2.0.0.14 nor in Opera 9.27 and 9.50.

Prince 6.0r6, interestingly enough, displays &quot;Oy [spider]&quot;]]></description>
		<content:encoded><![CDATA[<p>I get the Webdings characters only in IE7, but not in Firefox 2.0.0.14 nor in Opera 9.27 and 9.50.</p>
<p>Prince 6.0r6, interestingly enough, displays &#8220;Oy [spider]&#8220;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->