How to generate localized chars using code point in Solaris 10?
Hi All,
Do enybody know how to generate localized chars (for example Japanese) using code points in Solaris 10?
Like in the following web page:
http://www.isthisthingon.org/unicode/index.phtml
Unicode, shift-jis
U+4e2f 87a3 丯
U+4e3b 8ee5 主
U+4e3c 98a5 丼
U+4f5c 8dec 作
Thanks,
Daniel
[349 byte] By [
nagardda] at [2007-11-27 6:08:04]

# 1
I have found a "Code Point Input Method" tool in the following page:
http://java.sun.com/products/jfc/tsc/articles/InputMethod/inputmethod.html
Using this tool user can enter hexadecimal code point and the output is some char.
But this tool doesn't work. I run this in the follwoing way:
# java -jar CodePointIM.jar
After this error message appers:
Failed to load Main-Class manifest attribute from
codepointim.jar
If anybody could help I will be appreciate.
Regards,
Daniel