NoOp wrote:

Works for me - is there an issue?
As do the wingding characters (including smiley face et al) in this
page:

<http://www.alanwood.net/demos/wingdings.html>

Ah, but you cheated:

<td class="big"><font face="Wingdings">&#74;</font></td>
<td align="center">74</td>
<td align="center">0x4A</td>
<td>smileface</td>
<td class="big">&#9786;</td>
<td>9786</td>
<td>U+263A</td>
<td>White smiling face</td>
<td>Miscellaneous Symbols</td>

You didn't tell it to display "J" in Wingdings, you told it to display "&#9786;" in Wingdings. So of course we get a smiley, because this code point is blank and the browser substitutes the character from a font that does have it.

--
War doesn't determine who's right, just who's left.
--
Paul B. Gallagher
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to