"Jimi Sidewaze" <jashu (AT) divini (DOT) com> wrote
Quote:
hi,
got a question on chinese web design. i'm an english webbie, but am getting
parts of my site translated into both "simplified" and "original" chinese.
anyone know what fonts or character sets I need installed in a PC to
properly display these? |
your own PC is the last of your worries, it is more important what others have installed.
Quote:
any hints on HTML coding for max display efficiency in HK, TW, mainland
China, would be excellent!! (like what "lang" codes and charset codes /
utf-8, big5, etc would be necessary..) |
One thing i know is that it is better to send the character set definition in the actual http header (using PHP, or htaccess or
something like that) then to use the Meta tag....because otherwise the characters before the Meta tag that specifies the
characterset may be interpreted incorrectly.
utf-8 seems the way to go as it is universal, but apparently it is not fully accepted yet in all languages. I would go to some
chinese websites and see what they use...
in almost any part of your code you can switch language (e.g. <A HREF='...' LANG="zh">xx</A><DIV LANG="kr">....etc...), but language
is not the same, of course, as characterset.
Quote:
thanks for any pointers guys..
Jimi Webb |
sorry, that is all the help that I can offer.