diff options
author | tjr <tjr@FreeBSD.org> | 2004-04-12 12:58:41 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-04-12 12:58:41 +0000 |
commit | e26da574d5030a4978730fbd3df438acc7ce8f7d (patch) | |
tree | 25b10b0176f993dd70865d7bdab037778599d588 /lib/libc | |
parent | 4db6a5ba580465ff6f49acb7b7d1e384272efb01 (diff) | |
download | FreeBSD-src-e26da574d5030a4978730fbd3df438acc7ce8f7d.zip FreeBSD-src-e26da574d5030a4978730fbd3df438acc7ce8f7d.tar.gz |
Remove a nonsensical remark about byte order markers in UTF-8 streams.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/locale/utf8.5 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc/locale/utf8.5 b/lib/libc/locale/utf8.5 index 8f7799d..f142b63 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. |