Hexadecimal Character Codes in Java Unicode - http://code.cside.com/3rdpage/us/javaUnicode/converter.html
All spaces, punctuation, accented characters, and any other non-ASCII characters are replaced with \unn; in Java Unicode format encoding, where nn is equivalent to the hexadecimal number representing the character. |
Java I18N - http://www.joconner.com/javai18n/
Provides articles, demos, and best practice information for creating internationalized software. |
Java Internationalization Tutorial - http://java.sun.com/docs/books/tutorial/i18n/index.html
The lessons in this trail teach you how to internationalize Java applications. Internationalized applications are easy to tailor to the customs and languages of end users around the world. |
Multi-currency Nirvana with Java - http://terrysmith.net/software/articles/javamulticurrency.html
Those that intend to target their software to the global marketplace should not overlook multi-currency issues. This article is an introduction to currency arithmetic and localization formatting with Java. |
Parlez-Vous Java? - http://www.ddj.com/architect/184413666
Al Williams takes a look at resource bundles for supporting multiple languages. |