aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2004-04-12 12:58:41 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2004-04-12 12:58:41 +0000
commitc282a0a1ed2b2969d3bb3e7298188b694d0d73c0 (patch)
tree25b10b0176f993dd70865d7bdab037778599d588 /lib
parentbce2e7c8bbb452ec2e4330179e0ace7dc4d4dddd (diff)
downloadsrc-c282a0a1ed2b2969d3bb3e7298188b694d0d73c0.tar.gz
src-c282a0a1ed2b2969d3bb3e7298188b694d0d73c0.zip
Remove a nonsensical remark about byte order markers in UTF-8 streams.
Notes
Notes: svn path=/head/; revision=128153
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/locale/utf8.57
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc/locale/utf8.5 b/lib/libc/locale/utf8.5
index 8f7799dc9e17..f142b63509bd 100644
--- a/lib/libc/locale/utf8.5
+++ b/lib/libc/locale/utf8.5
@@ -35,7 +35,7 @@
.\" @(#)utf2.4 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd October 30, 2002
+.Dd April 7, 2004
.Dt UTF8 5
.Os
.Sh NAME
@@ -124,8 +124,3 @@ representations of characters.
The
.Nm
encoding is compatible with RFC 2279 and Unicode 3.2.
-.Sh BUGS
-Byte order marker (BOM) characters are neither added nor removed
-from UTF-8-encoded wide character
-.Xr stdio 3
-streams.