This thread was archived.
Please ask a new question if you need help.
Solved
Archived
Dont correct show "<font face="Symbol">È</font>"
Why dont show correctly symbol: È È
Show "È" instead correctly symbol
http://rifmoved.ru/prosodia.htm
In IE all good...
Thank You!
Why
dont show correctly symbol:
<font face="Symbol">È</font>
<font-family="Symbol">È</font>
Show "È" instead correctly symbol
[http://example.com http://rifmoved.ru/prosodia.htm]
In IE all good...
Thank You!
All Replies (1)
Chosen Solution
The Symbol font is a 8 bit font that maps on the main ASCII set (0x00-0xFF) and doesn't work in Firefox. It is best to always use the Unicode representation of characters to avoid font problems because in that case any font that supports those symbols can be used and it works on all platforms if you have a font that covers that Unicode range.
Modified