This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/jena.git
commit 3d29da49f9c18f37b694204b80a215eaa6fd0e00 Author: Andy Seaborne <[email protected]> AuthorDate: Mon Jul 15 21:46:24 2024 +0100 Use dashes --- .../src/main/java/org/apache/jena/atlas/io/InStreamUTF8.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jena-base/src/main/java/org/apache/jena/atlas/io/InStreamUTF8.java b/jena-base/src/main/java/org/apache/jena/atlas/io/InStreamUTF8.java index 1957b97396..49db4075aa 100644 --- a/jena-base/src/main/java/org/apache/jena/atlas/io/InStreamUTF8.java +++ b/jena-base/src/main/java/org/apache/jena/atlas/io/InStreamUTF8.java @@ -57,10 +57,10 @@ public final class InStreamUTF8 extends Reader implements CharStream * http://www.ietf.org/rfc/rfc3629.txt * * Unicode Byte1 Byte2 Byte3 Byte4 - * U+0000–U+007F 0 to 127 0xxxxxxx - * U+0080–U+07FF 128 to 2,047 110yyyxx 10xxxxxx - * U+0800–U+FFFF 2,048 to 65,535 1110yyyy 10yyyyxx 10xxxxxx - * U+10000–U+10FFFF 65,536 to 1,114,111 11110zzz 10zzyyyy 10yyyyxx 10xxxxxx + * U+0000-U+007F 0 to 127 0xxxxxxx + * U+0080-U+07FF 128 to 2,047 110yyyxx 10xxxxxx + * U+0800-U+FFFF 2,048 to 65,535 1110yyyy 10yyyyxx 10xxxxxx + * U+10000-U+10FFFF 65,536 to 1,114,111 11110zzz 10zzyyyy 10yyyyxx 10xxxxxx * * Restricted cases (RFC 3629) * 11110101-11110111 F5-F7 245-247 start of 4-byte sequence for codepoint above 10FFFF
