hixie: Canonical mapping for EUC-JP for compat reasons. (whatwg r5560)

hixie: Canonical mapping for EUC-JP for compat reasons. (whatwg r5560)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4441&r2=1.4442&f=h
http://html5.org/tools/web-apps-tracker?from=5559&to=5560

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4441
retrieving revision 1.4442
diff -u -d -r1.4441 -r1.4442
--- Overview.html 29 Sep 2010 18:49:56 -0000 1.4441
+++ Overview.html 29 Sep 2010 19:14:36 -0000 1.4442
@@ -54183,9 +54183,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>
@@ -68629,6 +68632,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. &Ccedil;elik, I.
@@ -68699,6 +68708,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>

Received on Wednesday, 29 September 2010 19:15:48 UTC