[html5] r3982 - [e] (0) Tweaks to handling of bad characters.

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 24 02:06:47 PDT 2009


Author: ianh
Date: 2009-09-24 02:06:46 -0700 (Thu, 24 Sep 2009)
New Revision: 3982

Modified:
   entities-unicode.inc
   index
   source
Log:
[e] (0) Tweaks to handling of bad characters.

Modified: entities-unicode.inc
===================================================================
--- entities-unicode.inc	2009-09-23 13:05:44 UTC (rev 3981)
+++ entities-unicode.inc	2009-09-24 09:06:46 UTC (rev 3982)
@@ -1474,6 +1474,8 @@
      <tr> <td> <code title="">VerticalSeparator;</code> </td> <td> U+02758 </td> </tr>
      <tr> <td> <code title="">lbbrk;</code> </td> <td> U+02772 </td> </tr>
      <tr> <td> <code title="">rbbrk;</code> </td> <td> U+02773 </td> </tr>
+     <tr> <td> <code title="">bsolhsub;</code> </td> <td> U+027C8 </td> </tr>
+     <tr> <td> <code title="">suphsol;</code> </td> <td> U+027C9 </td> </tr>
      <tr> <td> <code title="">lobrk;</code> </td> <td> U+027E6 </td> </tr>
      <tr> <td> <code title="">LeftDoubleBracket;</code> </td> <td> U+027E6 </td> </tr>
      <tr> <td> <code title="">robrk;</code> </td> <td> U+027E7 </td> </tr>

Modified: index
===================================================================
--- index	2009-09-23 13:05:44 UTC (rev 3981)
+++ index	2009-09-24 09:06:46 UTC (rev 3982)
@@ -112,7 +112,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML5</h1>
-   <h2 class="no-num no-toc" id=draft-standard-—-23-september-2009>Draft Standard — 23 September 2009</h2>
+   <h2 class="no-num no-toc" id=draft-standard-—-24-september-2009>Draft Standard — 24 September 2009</h2>
    <p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -62583,8 +62583,8 @@
   decoder, and once by the parser -->
 
   <p>Bytes or sequences of bytes in the original byte stream that
-  could not be converted to Unicode characters must be converted to
-  U+FFFD REPLACEMENT CHARACTER code points.</p>
+  could not be converted to Unicode code points must be converted to
+  U+FFFD REPLACEMENT CHARACTERs.</p>
 
   <p class=note>Bytes or sequences of bytes in the original byte
   stream that did not conform to the encoding specification
@@ -69719,6 +69719,7 @@
      <tr> <td> <code title="">bsime;</code> </td> <td> U+022CD </td> </tr>
      <tr> <td> <code title="">bsol;</code> </td> <td> U+0005C </td> </tr>
      <tr> <td> <code title="">bsolb;</code> </td> <td> U+029C5 </td> </tr>
+     <tr> <td> <code title="">bsolhsub;</code> </td> <td> U+027C8 </td> </tr>
      <tr> <td> <code title="">bull;</code> </td> <td> U+02022 </td> </tr>
      <tr> <td> <code title="">bullet;</code> </td> <td> U+02022 </td> </tr>
      <tr> <td> <code title="">bump;</code> </td> <td> U+0224E </td> </tr>
@@ -70841,6 +70842,7 @@
      <tr> <td> <code title="">supdsub;</code> </td> <td> U+02AD8 </td> </tr>
      <tr> <td> <code title="">supe;</code> </td> <td> U+02287 </td> </tr>
      <tr> <td> <code title="">supedot;</code> </td> <td> U+02AC4 </td> </tr>
+     <tr> <td> <code title="">suphsol;</code> </td> <td> U+027C9 </td> </tr>
      <tr> <td> <code title="">suphsub;</code> </td> <td> U+02AD7 </td> </tr>
      <tr> <td> <code title="">suplarr;</code> </td> <td> U+0297B </td> </tr>
      <tr> <td> <code title="">supmult;</code> </td> <td> U+02AC2 </td> </tr>

Modified: source
===================================================================
--- source	2009-09-23 13:05:44 UTC (rev 3981)
+++ source	2009-09-24 09:06:46 UTC (rev 3982)
@@ -77312,8 +77312,8 @@
   decoder, and once by the parser -->
 
   <p>Bytes or sequences of bytes in the original byte stream that
-  could not be converted to Unicode characters must be converted to
-  U+FFFD REPLACEMENT CHARACTER code points.</p>
+  could not be converted to Unicode code points must be converted to
+  U+FFFD REPLACEMENT CHARACTERs.</p>
 
   <p class="note">Bytes or sequences of bytes in the original byte
   stream that did not conform to the encoding specification




More information about the Commit-Watchers mailing list