Java (16)

Categories:

See Also:
Regular Links:

http://developer.java.sun.com/developer/technicalArticles/Intl/index.html
Articles: Internationalization and Localization Open in a new browser window
   Table of Contents for articles and white papers, dealing with Java internationalization and localization, available through the Java Developer Connection.
   http://developer.java.sun.com/developer/technicalArticles/Intl/index.html
http://code.cside.com/3rdpage/us/javaUnicode/converter.html
Hexadecimal Character Codes in Java Unicode Open in a new browser window
   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.
   http://code.cside.com/3rdpage/us/javaUnicode/converter.html
http://www.joconner.com/javai18n/
Java I18N Open in a new browser window
   Provides articles, demos, and best practice information for creating internationalized software.
   http://www.joconner.com/javai18n/
http://java.sun.com/docs/books/tutorial/i18n/index.html
Java Internationalization Tutorial Open in a new browser window
   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.
   http://java.sun.com/docs/books/tutorial/i18n/index.html
http://developer.java.sun.com/developer/community/chat/JavaLive/1998/jl0331.html
Java Live | Internationalization - March 31, 1998 Open in a new browser window
   The Java Live transcript from the session on internationalization from March 31, 1998 with KeJia Gao, Sean Jiang and Charles Wu.
   http://developer.java.sun.com/developer/community/chat/JavaLive/1998/jl0331.html
http://developer.java.sun.com/developer/community/chat/JavaLive/1997/jl0506.html
Java Live | Internationalization - May 06, 1997 Open in a new browser window
   Java Live session transcript on Internationalization from May 06, 1997 with Brian Beck.
   http://developer.java.sun.com/developer/community/chat/JavaLive/1997/jl0506.html
http://www.webtechniques.com/archives/2000/09/java/
Java@Work | Parlez-Vous Java? (Web Techniques, Sep 2000) Open in a new browser window
   Al Williams takes a look at resource bundles for supporting multiple languages.
   http://www.webtechniques.com/archives/2000/09/java/
http://terrysmith.net/software/articles/javamulticurrency.html
Multi-currency Nirvana with Java Open in a new browser window
   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.
   http://terrysmith.net/software/articles/javamulticurrency.html
http://www.servlets.com/jservlet2/examples/ch13/index.html
Servlets.com | Chapter 13 Examples from Java Servlet Programming Open in a new browser window
   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.
   http://www.servlets.com/jservlet2/examples/ch13/index.html

Last Updated: