aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/utf8.5
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2004-10-17 02:29:15 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2004-10-17 02:29:15 +0000
commit79a39489979e613808c81df5f97b30aabcb45481 (patch)
tree6d6fb7d4a9ac47dbf0567825652b2c97a5f4156e /lib/libc/locale/utf8.5
parent6bc2b4b7dbc7a1c6a1a296f2970d3d8343edfee1 (diff)
downloadsrc-79a39489979e613808c81df5f97b30aabcb45481.tar.gz
src-79a39489979e613808c81df5f97b30aabcb45481.zip
Remove support for the obsolete UTF2 encoding.
Notes
Notes: svn path=/head/; revision=136604
Diffstat (limited to 'lib/libc/locale/utf8.5')
-rw-r--r--lib/libc/locale/utf8.522
1 files changed, 1 insertions, 21 deletions
diff --git a/lib/libc/locale/utf8.5 b/lib/libc/locale/utf8.5
index f142b63509bd..01a8a51c6f1e 100644
--- a/lib/libc/locale/utf8.5
+++ b/lib/libc/locale/utf8.5
@@ -78,28 +78,8 @@ If more than a single representation of a value exists (for example,
used.
Longer ones are detected as an error as they pose a potential
security risk, and destroy the 1:1 character:octet sequence mapping.
-.Sh COMPATIBILITY
-The
-.Nm
-encoding supersedes the
-.Xr utf2 5
-encoding.
-The only differences between the two are that
-.Nm
-handles the full 31-bit character set of
-.Tn ISO
-10646
-whereas
-.Xr utf2 5
-is limited to a 16-bit character set,
-and that
-.Xr utf2 5
-accepts redundant,
-.No non- Ns Dq "shortest form"
-representations of characters.
.Sh SEE ALSO
-.Xr euc 5 ,
-.Xr utf2 5
+.Xr euc 5
.Rs
.%A "Rob Pike"
.%A "Ken Thompson"