Re: Unicode in Asia Question

From: Markus Scherer (markus.scherer@jtcsv.com)
Date: Wed Aug 01 2001 - 20:25:22 EDT


You can go and try using a web server that works internally in 16-bit Unicode (UTF-16) and serves web pages in many languages in either UTF-8 (default) or many other codepages. (Now that ICU was mentioned already...)

Go to http://oss.software.ibm.com/developerworks/opensource/icu/localeexplorer/
and see for yourself.

For comparison of Japanese, try looking at Japanese locale data in UTF-8 and then in Shift-JIS.
UTF-8: http://oss.software.ibm.com/developerworks/opensource/icu/localeexplorer/en_US/?_=ja_JP&
Shift-JIS: http://oss.software.ibm.com/developerworks/opensource/icu/localeexplorer/en_US/Shift_JIS/?_=ja_JP

Feel free to use this as a test for your client to see how their browsers deal with such pages in different codepages.

ICU and the locale explorer are available as open-source (http://oss.software.ibm.com/icu/).

markus

PS: No other library (like xIUA) was used or harmed in the code for locale explorer...



This archive was generated by hypermail 2.1.2 : Wed Aug 01 2001 - 21:34:30 EDT