Skip to content

Commit

Permalink
[giow] (2) Canonical mapping for EUC-JP for compat reasons.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7444

git-svn-id: http://svn.whatwg.org/webapps@5560 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 29, 2010
1 parent 9ea353c commit 726c387
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 3 deletions.
17 changes: 16 additions & 1 deletion complete.html
Expand Up @@ -77069,9 +77069,12 @@ <h5 id=character-encodings-0><span class=secno>12.2.2.2 </span>Character encodin

<table id=table-encoding-overrides><caption>Character encoding overrides</caption>
<thead><tr><th> Input encoding <th> Replacement encoding <th> References
<tbody><!-- how about EUC-JP? --><tr><td> EUC-KR <td> windows-949 <td>
<tbody><tr><td> EUC-KR <td> windows-949 <td>
<a href=#refsEUCKR>[EUCKR]</a>
<a href=#refsWIN949>[WIN949]</a>
<tr><td> EUC-JP <td> CP51932 <td>
<!-- <a href="#refsEUCJP">[EUCJP]</a> -->
<a href=#refsCP51932>[CP51932]</a>
<tr><td> GB2312 <td> GBK <td>
<a href=#refsRFC1345>[RFC1345]</a>
<a href=#refsGBK>[GBK]</a>
Expand Down Expand Up @@ -92881,6 +92884,12 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
<dd><cite><a href=http://dev.w3.org/2006/waf/access-control/>Cross-Origin
Resource Sharing</a></cite>, A. van Kesteren. W3C.</dd>

<dt id=refsCP51932>[CP51932]</dt>
<dd><cite><a href=http://www.iana.org/assignments/charset-reg/CP51932>CP51932</a></cite>,
Y. Naruse. IANA.</dd> <!-- really should be "NARUSE, Y." or some
such, but there's a western bias to these references for
consistency. sorry. -->

<dt id=refsCSS>[CSS]</dt>
<dd><cite><a href=http://www.w3.org/TR/CSS/>Cascading Style Sheets Level 2
Revision 1</a></cite>, B. Bos, T. &Ccedil;elik, I.
Expand Down Expand Up @@ -92963,6 +92972,12 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
<dd><cite>Hangul Unix Environment</cite>. Korea Industrial
Standards Association. Ref. No. KS C 5861-1992.</dd>

<!--
<dt id="refsEUCJP">[EUCJP]</dt>
<dd><cite></cite></dd>
Anyone know what a good reference would be?
-->

<dt id=refsFILEAPI>[FILEAPI]</dt>
<dd><cite><a href=http://dev.w3.org/2006/webapi/FileUpload/publish/FileAPI.html>File
API</a></cite>, A. Ranganathan. W3C.</dd>
Expand Down
17 changes: 16 additions & 1 deletion index
Expand Up @@ -72983,9 +72983,12 @@ interface <dfn id=messageport>MessagePort</dfn> {

<table id=table-encoding-overrides><caption>Character encoding overrides</caption>
<thead><tr><th> Input encoding <th> Replacement encoding <th> References
<tbody><!-- how about EUC-JP? --><tr><td> EUC-KR <td> windows-949 <td>
<tbody><tr><td> EUC-KR <td> windows-949 <td>
<a href=#refsEUCKR>[EUCKR]</a>
<a href=#refsWIN949>[WIN949]</a>
<tr><td> EUC-JP <td> CP51932 <td>
<!-- <a href="#refsEUCJP">[EUCJP]</a> -->
<a href=#refsCP51932>[CP51932]</a>
<tr><td> GB2312 <td> GBK <td>
<a href=#refsRFC1345>[RFC1345]</a>
<a href=#refsGBK>[GBK]</a>
Expand Down Expand Up @@ -88932,6 +88935,12 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<dd><cite><a href=http://dev.w3.org/2006/waf/access-control/>Cross-Origin
Resource Sharing</a></cite>, A. van Kesteren. W3C.</dd>

<dt id=refsCP51932>[CP51932]</dt>
<dd><cite><a href=http://www.iana.org/assignments/charset-reg/CP51932>CP51932</a></cite>,
Y. Naruse. IANA.</dd> <!-- really should be "NARUSE, Y." or some
such, but there's a western bias to these references for
consistency. sorry. -->

<dt id=refsCSS>[CSS]</dt>
<dd><cite><a href=http://www.w3.org/TR/CSS/>Cascading Style Sheets Level 2
Revision 1</a></cite>, B. Bos, T. &Ccedil;elik, I.
Expand Down Expand Up @@ -89014,6 +89023,12 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<dd><cite>Hangul Unix Environment</cite>. Korea Industrial
Standards Association. Ref. No. KS C 5861-1992.</dd>

<!--
<dt id="refsEUCJP">[EUCJP]</dt>
<dd><cite></cite></dd>
Anyone know what a good reference would be?
-->

<dt id=refsEVENTSOURCE>[EVENTSOURCE]</dt>
<!--
<dd><cite><a href="http://www.w3.org/TR/eventsource/">Server-Sent
Expand Down
17 changes: 16 additions & 1 deletion source
Expand Up @@ -88036,10 +88036,12 @@ interface <dfn>SQLTransactionSync</dfn> {
<thead>
<tr> <th> Input encoding <th> Replacement encoding <th> References
<tbody>
<!-- how about EUC-JP? -->
<tr> <td> EUC-KR <td> windows-949 <td>
<a href="#refsEUCKR">[EUCKR]</a>
<a href="#refsWIN949">[WIN949]</a>
<tr> <td> EUC-JP <td> CP51932 <td>
<!-- <a href="#refsEUCJP">[EUCJP]</a> -->
<a href="#refsCP51932">[CP51932]</a>
<tr> <td> GB2312 <td> GBK <td>
<a href="#refsRFC1345">[RFC1345]</a>
<a href="#refsGBK">[GBK]</a>
Expand Down Expand Up @@ -106570,6 +106572,13 @@ interface <span>HTMLDocument</span> {
href="http://dev.w3.org/2006/waf/access-control/">Cross-Origin
Resource Sharing</a></cite>, A. van Kesteren. W3C.</dd>

<dt id="refsCP51932">[CP51932]</dt>
<dd><cite><a
href="http://www.iana.org/assignments/charset-reg/CP51932">CP51932</a></cite>,
Y. Naruse. IANA.</dd> <!-- really should be "NARUSE, Y." or some
such, but there's a western bias to these references for
consistency. sorry. -->

<dt id="refsCSS">[CSS]</dt>
<dd><cite><a href="http://www.w3.org/TR/CSS/">Cascading Style Sheets Level 2
Revision 1</a></cite>, B. Bos, T. &Ccedil;elik, I.
Expand Down Expand Up @@ -106662,6 +106671,12 @@ interface <span>HTMLDocument</span> {
<dd><cite>Hangul Unix Environment</cite>. Korea Industrial
Standards Association. Ref. No. KS C 5861-1992.</dd>

<!--
<dt id="refsEUCJP">[EUCJP]</dt>
<dd><cite></cite></dd>
Anyone know what a good reference would be?
-->

<dt id="refsEVENTSOURCE">[EVENTSOURCE]</dt>
<!--
<dd><cite><a href="http://www.w3.org/TR/eventsource/">Server-Sent
Expand Down

0 comments on commit 726c387

Please sign in to comment.