diff options
author | link <link@localhost> | 2001-09-20 16:51:24 +0000 |
---|---|---|
committer | link <link@localhost> | 2001-09-20 16:51:24 +0000 |
commit | 7623acbb566fb7fa8242ef03cb5bfd129ea7b0d2 (patch) | |
tree | bf53f9b396bdfbe29187ed876eee5a1addd72857 /htdocs/docs/errors.html | |
parent | 04f9b47166f0908b332eacb49690636271ad2e48 (diff) | |
download | markup-validator-7623acbb566fb7fa8242ef03cb5bfd129ea7b0d2.zip markup-validator-7623acbb566fb7fa8242ef03cb5bfd129ea7b0d2.tar.gz markup-validator-7623acbb566fb7fa8242ef03cb5bfd129ea7b0d2.tar.bz2 |
Fix wording reported for a UTF-8 BOM. Thanks to Peter K. Sheerin
<pete@petesguide.com> for the suggestion.
Diffstat (limited to 'htdocs/docs/errors.html')
-rwxr-xr-x | htdocs/docs/errors.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/htdocs/docs/errors.html b/htdocs/docs/errors.html index 6c4c2e6..29cfc9b 100755 --- a/htdocs/docs/errors.html +++ b/htdocs/docs/errors.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: errors.html,v 1.13 2001-09-19 08:52:09 link Exp $" --> -<!--#set var="date" value="\$Date: 2001-09-19 08:52:09 $" --> +<!--#set var="revision" value="\$Id: errors.html,v 1.14 2001-09-20 16:51:24 link Exp $" --> +<!--#set var="date" value="\$Date: 2001-09-20 16:51:24 $" --> <!--#include virtual="/header.html" --> <p> @@ -527,9 +527,9 @@ <p> The document contained an UTF-8 encoded Unicode Byte Order Mark (BOM) as the first character and we have removed it before parsing. - Many XML Processors - do not allow it. To be on the safe side you should avoid using the - BOM in UTF-8 encoded documents. + Many XML Processors fail to recognize it (allthough it's perfectly + valid). To be on the safe side you may want to avoid using the + BOM in UTF-8 encoded documents until browsers are updated to support it. </p> <p> Note that the BOM in <em>UTF-16</em> encoded documents |