2929 * </p>
3030 *
3131 * <ul>
32- * <li><code>US-ASCII</code><br >
33- * Seven-bit ASCII, a.k.a. ISO646-US, a.k.a. the Basic Latin block of the Unicode character set.</li>
34- * <li><code>ISO-8859-1</code><br >
35- * ISO Latin Alphabet No. 1, a.k.a. ISO-LATIN-1.</li>
36- * <li><code>UTF-8</code><br >
37- * Eight-bit Unicode Transformation Format.</li>
38- * <li><code>UTF-16BE</code><br >
39- * Sixteen-bit Unicode Transformation Format, big-endian byte order.</li>
40- * <li><code>UTF-16LE</code><br >
41- * Sixteen-bit Unicode Transformation Format, little-endian byte order.</li>
42- * <li><code>UTF-16</code><br >
32+ * <li><code>US-ASCII</code><p >
33+ * Seven-bit ASCII, a.k.a. ISO646-US, a.k.a. the Basic Latin block of the Unicode character set.</p></ li>
34+ * <li><code>ISO-8859-1</code><p >
35+ * ISO Latin Alphabet No. 1, a.k.a. ISO-LATIN-1.</p></ li>
36+ * <li><code>UTF-8</code><p >
37+ * Eight-bit Unicode Transformation Format.</p></ li>
38+ * <li><code>UTF-16BE</code><p >
39+ * Sixteen-bit Unicode Transformation Format, big-endian byte order.</p></ li>
40+ * <li><code>UTF-16LE</code><p >
41+ * Sixteen-bit Unicode Transformation Format, little-endian byte order.</p></ li>
42+ * <li><code>UTF-16</code><p >
4343 * Sixteen-bit Unicode Transformation Format, byte order specified by a mandatory initial byte-order mark (either order
44- * accepted on input, big-endian used on output.)</li>
44+ * accepted on input, big-endian used on output.)</p></ li>
4545 * </ul>
4646 *
4747 * This perhaps would best belong in the [lang] project. Even if a similar interface is defined in [lang], it is not
5555 * @since 1.4
5656 */
5757public class CharEncoding {
58+
5859 /**
5960 * CharEncodingISO Latin Alphabet No. 1, a.k.a. ISO-LATIN-1.
6061 * <p>
6162 * Every implementation of the Java platform is required to support this character encoding.
63+ * </p>
6264 *
6365 * @see <a href="http://download.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html">Standard charsets</a>
6466 */
@@ -68,6 +70,7 @@ public class CharEncoding {
6870 * Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set.
6971 * <p>
7072 * Every implementation of the Java platform is required to support this character encoding.
73+ * </p>
7174 *
7275 * @see <a href="http://download.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html">Standard charsets</a>
7376 */
@@ -78,6 +81,7 @@ public class CharEncoding {
7881 * (either order accepted on input, big-endian used on output)
7982 * <p>
8083 * Every implementation of the Java platform is required to support this character encoding.
84+ * </p>
8185 *
8286 * @see <a href="http://download.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html">Standard charsets</a>
8387 */
@@ -87,6 +91,7 @@ public class CharEncoding {
8791 * Sixteen-bit Unicode Transformation Format, big-endian byte order.
8892 * <p>
8993 * Every implementation of the Java platform is required to support this character encoding.
94+ * </p>
9095 *
9196 * @see <a href="http://download.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html">Standard charsets</a>
9297 */
@@ -96,6 +101,7 @@ public class CharEncoding {
96101 * Sixteen-bit Unicode Transformation Format, little-endian byte order.
97102 * <p>
98103 * Every implementation of the Java platform is required to support this character encoding.
104+ * </p>
99105 *
100106 * @see <a href="http://download.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html">Standard charsets</a>
101107 */
@@ -105,6 +111,7 @@ public class CharEncoding {
105111 * Eight-bit Unicode Transformation Format.
106112 * <p>
107113 * Every implementation of the Java platform is required to support this character encoding.
114+ * </p>
108115 *
109116 * @see <a href="http://download.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html">Standard charsets</a>
110117 */
0 commit comments