Ive written a webpage with some asian characters. When I view it with a web browser using windows 7 the text shows 开发者_StackOverflow中文版up properly. However when I use server 2003 it shows up as lots of squares. Whats going on? I saved the page as UTF-8 and I put UTF-8 in the html header as the content type...
Squares usually mean "The computer knows this character, but can't render the glyph". In other words: you don't have the necessary fonts.
Since Windows 7 is a end-user OS and Server 2003 is a server OS, it's very possible that the latter only has a limited set of fonts installed by default.
Installing additional fonts and/or installing language packs will probably solve the problem.
Have you installed language pack and setup correctly other regional options on you server 2003 system?
精彩评论