Skip to content

Commit

Permalink
[e] (0) UTF-16 terminology.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10258

git-svn-id: http://svn.whatwg.org/webapps@5301 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 16, 2010
1 parent 26d7eeb commit 86483d2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -14316,9 +14316,9 @@ <h4 id=script><span class=secno>4.3.1 </span>The <dfn><code>script</code></dfn>
<td>FF FE 00 00
<td>UTF-32LE
--><tr><td>FE FF
<td>UTF-16BE
<td>Big-endian UTF-16
<tr><td>FF FE
<td>UTF-16LE
<td>Little-endian UTF-16
<tr><td>EF BB BF
<td>UTF-8
<!-- nobody uses this
Expand Down Expand Up @@ -78372,9 +78372,9 @@ <h5 id=determining-the-character-encoding><span class=secno>12.2.2.1 </span>Dete
<td>FF FE 00 00
<td>UTF-32LE
--><tr><td>FE FF
<td>UTF-16BE
<td>Big-endian UTF-16
<tr><td>FF FE
<td>UTF-16LE
<td>Little-endian UTF-16
<tr><td>EF BB BF
<td>UTF-8
<!-- nobody uses this
Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -14240,9 +14240,9 @@ c-end = "--&gt;"</pre>
<td>FF FE 00 00
<td>UTF-32LE
--><tr><td>FE FF
<td>UTF-16BE
<td>Big-endian UTF-16
<tr><td>FF FE
<td>UTF-16LE
<td>Little-endian UTF-16
<tr><td>EF BB BF
<td>UTF-8
<!-- nobody uses this
Expand Down Expand Up @@ -71474,9 +71474,9 @@ interface <dfn id=messageport>MessagePort</dfn> {
<td>FF FE 00 00
<td>UTF-32LE
--><tr><td>FE FF
<td>UTF-16BE
<td>Big-endian UTF-16
<tr><td>FF FE
<td>UTF-16LE
<td>Little-endian UTF-16
<tr><td>EF BB BF
<td>UTF-8
<!-- nobody uses this
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -15103,10 +15103,10 @@ c-end = "-->"</pre>
-->
<tr>
<td>FE FF
<td>UTF-16BE
<td>Big-endian UTF-16
<tr>
<td>FF FE
<td>UTF-16LE
<td>Little-endian UTF-16
<tr>
<td>EF BB BF
<td>UTF-8
Expand Down Expand Up @@ -89418,10 +89418,10 @@ interface <dfn>SQLTransactionSync</dfn> {
-->
<tr>
<td>FE FF
<td>UTF-16BE
<td>Big-endian UTF-16
<tr>
<td>FF FE
<td>UTF-16LE
<td>Little-endian UTF-16
<tr>
<td>EF BB BF
<td>UTF-8
Expand Down

0 comments on commit 86483d2

Please sign in to comment.