File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/apache/commons/csv Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,13 +111,13 @@ long getBytesRead() {
111111 * <p>
112112 * The Unicode characters are divided into two main ranges:
113113 * <ul>
114- * <li><b >U+0000 to U+FFFF (Basic Multilingual Plane, BMP):</b >
114+ * <li><strong >U+0000 to U+FFFF (Basic Multilingual Plane, BMP):</strong >
115115 * <ul>
116116 * <li>Represented using a single 16-bit {@code char}.</li>
117117 * <li>Includes UTF-8 encodings of 1-byte, 2-byte, and some 3-byte characters.</li>
118118 * </ul>
119119 * </li>
120- * <li><b >U+10000 to U+10FFFF (Supplementary Characters):</b >
120+ * <li><strong >U+10000 to U+10FFFF (Supplementary Characters):</strong >
121121 * <ul>
122122 * <li>Represented as a pair of {@code char}s:</li>
123123 * <li>The first {@code char} is from the high-surrogates range (\uD800-\uDBFF).</li>
You can’t perform that action at this time.
0 commit comments