- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 29 Sep 2010 19:15:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv13718
Modified Files:
Overview.html
Log Message:
Canonical mapping for EUC-JP for compat reasons. (whatwg r5560)
Index: Overview.html
===================================================================
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. Ç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:06 UTC