Remove a nonsensical remark about byte order markers in UTF-8 streams.

This commit is contained in:
tjr 2004-04-12 12:58:41 +00:00
parent 4db6a5ba58
commit e26da574d5

View File

@ -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.