Skip to content

Commit 3d29da4

Browse files
committed
Use dashes
1 parent 5daaa76 commit 3d29da4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jena-base/src/main/java/org/apache/jena/atlas/io/InStreamUTF8.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ public final class InStreamUTF8 extends Reader implements CharStream
5757
* http://www.ietf.org/rfc/rfc3629.txt
5858
*
5959
* Unicode Byte1 Byte2 Byte3 Byte4
60-
* U+0000U+007F 0 to 127 0xxxxxxx
61-
* U+0080U+07FF 128 to 2,047 110yyyxx 10xxxxxx
62-
* U+0800U+FFFF 2,048 to 65,535 1110yyyy 10yyyyxx 10xxxxxx
63-
* U+10000U+10FFFF 65,536 to 1,114,111 11110zzz 10zzyyyy 10yyyyxx 10xxxxxx
60+
* U+0000-U+007F 0 to 127 0xxxxxxx
61+
* U+0080-U+07FF 128 to 2,047 110yyyxx 10xxxxxx
62+
* U+0800-U+FFFF 2,048 to 65,535 1110yyyy 10yyyyxx 10xxxxxx
63+
* U+10000-U+10FFFF 65,536 to 1,114,111 11110zzz 10zzyyyy 10yyyyxx 10xxxxxx
6464
*
6565
* Restricted cases (RFC 3629)
6666
* 11110101-11110111 F5-F7 245-247 start of 4-byte sequence for codepoint above 10FFFF

0 commit comments

Comments
 (0)