summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2003-11-08 02:46:02 +0000
committertjr <tjr@FreeBSD.org>2003-11-08 02:46:02 +0000
commit3433ed9c17426f0334b104870ead9d482f6d34f3 (patch)
tree3a9db67d51be6af12388ff9cbd959eccfa217275 /lib/libc/locale
parentf9cbefa404d2a9d2ef70690b5b010105986b5788 (diff)
downloadFreeBSD-src-3433ed9c17426f0334b104870ead9d482f6d34f3.zip
FreeBSD-src-3433ed9c17426f0334b104870ead9d482f6d34f3.tar.gz
Refer to wide characters instead of runes.
Diffstat (limited to 'lib/libc/locale')
-rw-r--r--lib/libc/locale/utf2.45
-rw-r--r--lib/libc/locale/utf2.55
2 files changed, 6 insertions, 4 deletions
diff --git a/lib/libc/locale/utf2.4 b/lib/libc/locale/utf2.4
index f41c0f9..2b2cd88 100644
--- a/lib/libc/locale/utf2.4
+++ b/lib/libc/locale/utf2.4
@@ -40,7 +40,7 @@
.Os
.Sh NAME
.Nm utf2
-.Nd "Universal character set Transformation Format encoding of runes
+.Nd "Universal character set Transformation Format encoding of wide characters
.Sh SYNOPSIS
.Nm ENCODING
.Qq UTF2
@@ -61,7 +61,8 @@ Unicode Standard.
.Pp
.Nm UTF2
representation is backwards compatible with ASCII, so 0x00-0x7f refer to the
-ASCII character set. The multibyte encoding of runes between 0x0080 and 0xffff
+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
encoding is represented by the following table:
.Bd -literal
diff --git a/lib/libc/locale/utf2.5 b/lib/libc/locale/utf2.5
index f41c0f9..2b2cd88 100644
--- a/lib/libc/locale/utf2.5
+++ b/lib/libc/locale/utf2.5
@@ -40,7 +40,7 @@
.Os
.Sh NAME
.Nm utf2
-.Nd "Universal character set Transformation Format encoding of runes
+.Nd "Universal character set Transformation Format encoding of wide characters
.Sh SYNOPSIS
.Nm ENCODING
.Qq UTF2
@@ -61,7 +61,8 @@ Unicode Standard.
.Pp
.Nm UTF2
representation is backwards compatible with ASCII, so 0x00-0x7f refer to the
-ASCII character set. The multibyte encoding of runes between 0x0080 and 0xffff
+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
encoding is represented by the following table:
.Bd -literal
OpenPOWER on IntegriCloud