How to support multi language in HTML, without any manual or automatic font installation
Robin_reala
10:45 pm on Jul 4, 2006 (gmt 0)
Most computers these days (Linux, MacOS, and Windows from version 2000 up) have full(ish) Unicode support. Use UTF-8 as your character encoding and everything should be peachy, assuming the default font has a wide range of Unicode characters. Make sure you specify the default (and any change of) language by using a lang attribute, or if you're using properly served XHTML an xml:lang attribute.