[html5] r5560 - [giow] (2) Canonical mapping for EUC-JP for compat reasons. Fixing http://www.w3 [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Sep 29 12:14:32 PDT 2010
Author: ianh
Date: 2010-09-29 12:14:31 -0700 (Wed, 29 Sep 2010)
New Revision: 5560
Modified:
complete.html
index
source
Log:
[giow] (2) Canonical mapping for EUC-JP for compat reasons.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7444
Modified: complete.html
===================================================================
--- complete.html 2010-09-29 18:51:38 UTC (rev 5559)
+++ complete.html 2010-09-29 19:14:31 UTC (rev 5560)
@@ -77069,9 +77069,12 @@
<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>
@@ -92881,6 +92884,12 @@
<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. Çelik, I.
@@ -92963,6 +92972,12 @@
<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>
Modified: index
===================================================================
--- index 2010-09-29 18:51:38 UTC (rev 5559)
+++ index 2010-09-29 19:14:31 UTC (rev 5560)
@@ -72983,9 +72983,12 @@
<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>
@@ -88932,6 +88935,12 @@
<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. Çelik, I.
@@ -89014,6 +89023,12 @@
<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
Modified: source
===================================================================
--- source 2010-09-29 18:51:38 UTC (rev 5559)
+++ source 2010-09-29 19:14:31 UTC (rev 5560)
@@ -88036,10 +88036,12 @@
<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>
@@ -106570,6 +106572,13 @@
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. Çelik, I.
@@ -106662,6 +106671,12 @@
<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
More information about the Commit-Watchers
mailing list