NOTA: La traducción de esta documentación es un esfuerzo personal y voluntario, no es un documento oficial de Sun Microsystems ni Oracle ni está patrocinado por ninguna de estas empresas. Los documentos originales (en inglés) están disponibles en: http://java.sun.com/docs/books/tutorial/.
Dirija cualquier comentario, petición, felicitación, etc. a tutorialesjava_@RROBA_codexion.com.
Si desea ayudar a mantener en funcionamiento esta web, colaborar con la traducción de estos documentos o necesita que se traduzca algĂșn capĂ­tulo en concreto puede realizar una donación directa mediante Paypal:
Lesson: Internationalization of Network Resources (The Java™ Tutorials > Internationalization)
Internationalization of Network Resources
Trail: Internationalization
Lesson: Internationalization of Network Resources

In a modern Internet community, many users are no longer satisfied with using only ASCII symbols to identify a domain name or a web resource. For example, they would like to be able to register a new domain using their native characters in Arabic or Chinese or to define a new URI using Unicode characters. That is why the internationalization of network resources is a cornerstone in widening horizons for the World Wide Web.

This lesson describes the internationalization of the network resources Domain Name and Resource Identifier.

Internationalized Domain Name

This section explains how to perform a mapping between Unicode domain name and its ASCII form.

Internationalized Resource Identifier

This section shows how to use the mapping methods of the URI class to convert between an IRI and a URI.
Previous page: Previous Lesson
Next page: Internationalized Domain Name