  |
Articles: Internationalization and Localization - http://developer.java.sun.com/developer/technicalArticles/Intl/index.html
Table of Contents for articles and white papers, dealing with Java internationalization and localization, available through the Java Developer Connection. |
  |
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. |
  |
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. |
  |
Servlets.com | Chapter 13 Examples from Java Servlet Programming - http://www.servlets.com/jservlet2/examples/ch13/index.html
Hello to Spanish speakers, with the localized time, Hello to Japanese speakers, Sending localized output read from a file, A servlet version of the Rosetta Stone, A servlet version of the Tower of Babel, The hidden charset. |
  |
Java I18N - http://www.joconner.com/javai18n/
Provides articles, demos, and best practice information for creating internationalized software. |