diff options
author | ot <ot@localhost> | 2007-05-04 19:06:40 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-05-04 19:06:40 +0000 |
commit | f200af50a30ae4373db73c9a343b83f355e8938c (patch) | |
tree | d2b0fd1283807ee4a53b4d6ee55088869462cb9a | |
parent | fdc403832e8c3d2bd6407d0117fc0027b428768f (diff) | |
download | markup-validator-f200af50a30ae4373db73c9a343b83f355e8938c.zip markup-validator-f200af50a30ae4373db73c9a343b83f355e8938c.tar.gz markup-validator-f200af50a30ae4373db73c9a343b83f355e8938c.tar.bz2 |
As discussed in
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3164
with details of history and resolution in
http://www.w3.org/People/cmsmcq/2007/C1.xml
the SGML declaration for XML should be amended to allow
the range of characters x7F through x9F.
=> changing the xml.dcl accordingly.
-rw-r--r-- | htdocs/sgml-lib/xml.dcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/sgml-lib/xml.dcl b/htdocs/sgml-lib/xml.dcl index 7be49e7..0ec86f9 100644 --- a/htdocs/sgml-lib/xml.dcl +++ b/htdocs/sgml-lib/xml.dcl @@ -22,8 +22,8 @@ 13 1 13 14 18 UNUSED 32 95 32 - 127 1 UNUSED - 128 32 UNUSED + 127 1 127 -- DEL, legal in XML 1.0 -- + 128 32 128 -- C1 controls, legal in XML 1.0 -- 160 55136 160 55296 2048 UNUSED -- surrogates -- 57344 8190 57344 |