summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/utf2.5
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-07-02 23:52:20 +0000
committerru <ru@FreeBSD.org>2004-07-02 23:52:20 +0000
commit01548ace1533487f9c0488f55112c9d8641f8184 (patch)
tree23294a96f715e1e5bc35c1029ec151c90ee95b96 /lib/libc/locale/utf2.5
parent47f5e31e2bb626743fa9e912918201fe505b1419 (diff)
downloadFreeBSD-src-01548ace1533487f9c0488f55112c9d8641f8184.zip
FreeBSD-src-01548ace1533487f9c0488f55112c9d8641f8184.tar.gz
Mechanically kill hard sentence breaks.
Diffstat (limited to 'lib/libc/locale/utf2.5')
-rw-r--r--lib/libc/locale/utf2.56
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/locale/utf2.5 b/lib/libc/locale/utf2.5
index a5a1865..e41cad8 100644
--- a/lib/libc/locale/utf2.5
+++ b/lib/libc/locale/utf2.5
@@ -61,9 +61,11 @@ Unicode Standard.
.Pp
.Nm UTF2
representation is backwards compatible with ASCII, so 0x00-0x7f refer to the
-ASCII character set. The multibyte encodings of wide characters between
+ASCII character set.
+The multibyte encodings of wide characters between
0x0080 and 0xffff
-consist entirely of bytes whose high order bit is set. The actual
+consist entirely of bytes whose high order bit is set.
+The actual
encoding is represented by the following table:
.Bd -literal
[0x0000 - 0x007f] [00000000.0bbbbbbb] -> 0bbbbbbb
OpenPOWER on IntegriCloud