Dont correct show "<font face="Symbol">È</font>"
Why dont show correctly symbol: <font face="Symbol">È</font> <font>È</font>
Show "È" instead correctly symbol
http://rifmoved.ru/prosodia.htm
In IE all good...
Thank You!
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.
See Why aren’t symbol/dingbat fonts working? - MDC FAQ
- http://en.wikipedia.org/wiki/Unicode_symbols
- http://en.wikibooks.org/wiki/Unicode/Character_reference/2000-2FFF
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