Friday, July 6, 2012

Java Localization

I have been working with various languages and found that double byte languages are a little difficult to work with in javascript and java. In which many of the common functions and methods do not natively work with double byte languages such as Chinese, Korean, etc.

native2ascii -encoding UTF-8 urlescaped_ascii.txt utf8file.txt

this command will work with latin based languages, but not chinese

No comments: