Skip to content

Commit

Permalink
[e] (0) Tweaks to handling of bad characters.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3982 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 24, 2009
1 parent e5498cc commit 41cdb9f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions entities-unicode.inc
Expand Up @@ -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>
Expand Down
8 changes: 5 additions & 3 deletions index
Expand Up @@ -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-&mdash;-23-september-2009>Draft Standard &mdash; 23 September 2009</h2>
<h2 class="no-num no-toc" id=draft-standard-&mdash;-24-september-2009>Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -62583,8 +62583,8 @@ interface <dfn id=messageport>MessagePort</dfn> {
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
Expand Down Expand Up @@ -69719,6 +69719,7 @@ document.body.appendChild(text);
<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>
Expand Down Expand Up @@ -70841,6 +70842,7 @@ document.body.appendChild(text);
<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>
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -77312,8 +77312,8 @@ interface <dfn>MessagePort</dfn> {
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
Expand Down

0 comments on commit 41cdb9f

Please sign in to comment.