Sarah Peeke (XERT) wrote:
Firefox and Safari on the Mac seem to have a default which allows the Japanese to be read. However, I noticed that good ol' Windows IE6 doesn't automatically render other languages and that its preferences needed to be changed etc.
It's probably a font related issue. IIRC, if none of the fonts specified in the font-family property contain the glyphs for those characters, IE won't find and display them. You may be able to improve the situation by including the following:
font-family: "Arial Unicode MS", "Lucida Sans Unicode", sans-serif; Here's an article I found that discusses this issue. http://girtby.net/archives/2005/10/07/internet-explorer-makes-me/ -- Lachlan Hunt http://lachy.id.au/ ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
