Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[it] (2) US-ASCII to be treated as win1252.
git-svn-id: http://svn.whatwg.org/webapps@2137 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 2, 2008
1 parent d34368f commit c995142
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions index
Expand Up @@ -46757,6 +46757,17 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
href="#refsWin874">[WIN874]</a><!-- http://www.microsoft.com/globaldev/reference/sbcs/874.mspx -->


<tr>
<td> US-ASCII

<td> Windows-1252

<td> <a
href="#refsRFC1345">[RFC1345]</a><!-- XXX consider more direct reference? -->
<a
href="#refsWin1252">[WIN1252]</a><!-- http://www.microsoft.com/globaldev/reference/sbcs/1252.htm -->


<tr>
<td> x-x-big5

Expand Down
3 changes: 3 additions & 0 deletions source
Expand Up @@ -44151,6 +44151,9 @@ interface <dfn>MessageChannel</dfn> {
<tr> <td> TIS-620 <td> Windows-874 <td>
<a href="#refsTIS620">[TIS620]</a> <!-- http://www.nectec.or.th/it-standards/std620/std620.htm -->
<a href="#refsWin874">[WIN874]</a><!-- http://www.microsoft.com/globaldev/reference/sbcs/874.mspx -->
<tr> <td> US-ASCII <td> Windows-1252 <td>
<a href="#refsRFC1345">[RFC1345]</a><!-- XXX consider more direct reference? -->
<a href="#refsWin1252">[WIN1252]</a><!-- http://www.microsoft.com/globaldev/reference/sbcs/1252.htm -->
<tr> <td> x-x-big5 <td> Big5 <td>
<a href="#refsBIG5">[BIG5]</a> <!-- XXX ? -->
</tbody>
Expand Down

0 comments on commit c995142

Please sign in to comment.