--- old/src/share/classes/java/nio/charset/Charset.java 2011-04-18 16:32:26.000000000 -0700 +++ new/src/share/classes/java/nio/charset/Charset.java 2011-04-18 16:32:26.000000000 -0700 @@ -143,6 +143,8 @@ * *

Standard charsets

* + * + * *

Every implementation of the Java platform is required to support the * following standard charsets. Consult the release documentation for your * implementation to see if any other charsets are supported. The behavior @@ -213,6 +215,8 @@ * determined during virtual-machine startup and typically depends upon the * locale and charset being used by the underlying operating system.

* + *

The {@link StandardCharset} class defines constants for each of the + * standard charsets. * *

Terminology

*