Forum Moderators: open

Message Too Old, No Replies

Multi Language support in HTML

         

sash

6:58 am on Jul 4, 2006 (gmt 0)

10+ Year Member



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)

WebmasterWorld Senior Member 10+ Year Member



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.