[html5] r6646 - [giow] (2) Define compatibility mapping for ISO-2022-JP. Fixing http://www.w3.or [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 5 23:32:49 PDT 2011


Author: ianh
Date: 2011-10-05 23:32:48 -0700 (Wed, 05 Oct 2011)
New Revision: 6646

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Define compatibility mapping for ISO-2022-JP.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7444

Modified: complete.html
===================================================================
--- complete.html	2011-10-06 00:22:31 UTC (rev 6645)
+++ complete.html	2011-10-06 06:32:48 UTC (rev 6646)
@@ -14842,6 +14842,7 @@
   <a href=#refsRFC1468>[RFC1468]</a><!-- ISO-2022-JP -->
   <a href=#refsRFC2237>[RFC2237]</a><!-- ISO-2022-JP-1 -->
   <a href=#refsRFC1554>[RFC1554]</a><!-- ISO-2022-JP-2 -->
+  <a href=#refsCP50220>[CP50220]</a><!-- CP50220, the compatibility replacement for ISO-2022-JP -->
   <a href=#refsRFC1922>[RFC1922]</a><!-- ISO-2022-CN and ISO-2022-CN-EXT -->
   <a href=#refsRFC1557>[RFC1557]</a><!-- ISO-2022-KR -->
   <a href=#refsCESU8>[CESU8]</a>
@@ -84431,6 +84432,11 @@
     <tr><td> GB_2312-80 <td> GBK <td>
          <a href=#refsRFC1345>[RFC1345]</a>
          <a href=#refsGBK>[GBK]</a>
+    <tr><td> ISO-2022-JP <td> CP50220 <td>
+         <a href=#refsRFC1468>[RFC1468]</a><!-- ISO-2022-JP -->
+         <a href=#refsRFC2237>[RFC2237]</a><!-- ISO-2022-JP-1 -->
+         <a href=#refsRFC1554>[RFC1554]</a><!-- ISO-2022-JP-2 -->
+         <a href=#refsCP50220>[CP50220]</a><!-- CP50220, the compatibility replacement for ISO-2022-JP -->
     <tr><td> ISO-8859-1 <td> windows-1252 <td>
          <a href=#refsRFC1345>[RFC1345]</a>
          <a href=#refsWIN1252>[WIN1252]</a>
@@ -101147,8 +101153,14 @@
    Resource Sharing</a></cite>, A. van Kesteren. W3C.</dd>
    -->
    <dd><cite><a href=http://dev.w3.org/2006/waf/access-control/>Cross-Origin
-   Resource Sharing</a></cite>, A. van Kesteren.  W3C.</dd>
+   Resource Sharing</a></cite>, A. van Kesteren. W3C.</dd>
 
+   <dt id=refsCP50220>[CP50220]</dt>
+   <dd><cite><a href=http://www.iana.org/assignments/charset-reg/CP50220>CP50220</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=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

Modified: index
===================================================================
--- index	2011-10-06 00:22:31 UTC (rev 6645)
+++ index	2011-10-06 06:32:48 UTC (rev 6646)
@@ -14842,6 +14842,7 @@
   <a href=#refsRFC1468>[RFC1468]</a><!-- ISO-2022-JP -->
   <a href=#refsRFC2237>[RFC2237]</a><!-- ISO-2022-JP-1 -->
   <a href=#refsRFC1554>[RFC1554]</a><!-- ISO-2022-JP-2 -->
+  <a href=#refsCP50220>[CP50220]</a><!-- CP50220, the compatibility replacement for ISO-2022-JP -->
   <a href=#refsRFC1922>[RFC1922]</a><!-- ISO-2022-CN and ISO-2022-CN-EXT -->
   <a href=#refsRFC1557>[RFC1557]</a><!-- ISO-2022-KR -->
   <a href=#refsCESU8>[CESU8]</a>
@@ -84431,6 +84432,11 @@
     <tr><td> GB_2312-80 <td> GBK <td>
          <a href=#refsRFC1345>[RFC1345]</a>
          <a href=#refsGBK>[GBK]</a>
+    <tr><td> ISO-2022-JP <td> CP50220 <td>
+         <a href=#refsRFC1468>[RFC1468]</a><!-- ISO-2022-JP -->
+         <a href=#refsRFC2237>[RFC2237]</a><!-- ISO-2022-JP-1 -->
+         <a href=#refsRFC1554>[RFC1554]</a><!-- ISO-2022-JP-2 -->
+         <a href=#refsCP50220>[CP50220]</a><!-- CP50220, the compatibility replacement for ISO-2022-JP -->
     <tr><td> ISO-8859-1 <td> windows-1252 <td>
          <a href=#refsRFC1345>[RFC1345]</a>
          <a href=#refsWIN1252>[WIN1252]</a>
@@ -101147,8 +101153,14 @@
    Resource Sharing</a></cite>, A. van Kesteren. W3C.</dd>
    -->
    <dd><cite><a href=http://dev.w3.org/2006/waf/access-control/>Cross-Origin
-   Resource Sharing</a></cite>, A. van Kesteren.  W3C.</dd>
+   Resource Sharing</a></cite>, A. van Kesteren. W3C.</dd>
 
+   <dt id=refsCP50220>[CP50220]</dt>
+   <dd><cite><a href=http://www.iana.org/assignments/charset-reg/CP50220>CP50220</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=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

Modified: source
===================================================================
--- source	2011-10-06 00:22:31 UTC (rev 6645)
+++ source	2011-10-06 06:32:48 UTC (rev 6646)
@@ -15713,6 +15713,7 @@
   <a href="#refsRFC1468">[RFC1468]</a><!-- ISO-2022-JP -->
   <a href="#refsRFC2237">[RFC2237]</a><!-- ISO-2022-JP-1 -->
   <a href="#refsRFC1554">[RFC1554]</a><!-- ISO-2022-JP-2 -->
+  <a href="#refsCP50220">[CP50220]</a><!-- CP50220, the compatibility replacement for ISO-2022-JP -->
   <a href="#refsRFC1922">[RFC1922]</a><!-- ISO-2022-CN and ISO-2022-CN-EXT -->
   <a href="#refsRFC1557">[RFC1557]</a><!-- ISO-2022-KR -->
   <a href="#refsCESU8">[CESU8]</a>
@@ -95705,6 +95706,11 @@
     <tr> <td> GB_2312-80 <td> GBK <td>
          <a href="#refsRFC1345">[RFC1345]</a>
          <a href="#refsGBK">[GBK]</a>
+    <tr> <td> ISO-2022-JP <td> CP50220 <td>
+         <a href="#refsRFC1468">[RFC1468]</a><!-- ISO-2022-JP -->
+         <a href="#refsRFC2237">[RFC2237]</a><!-- ISO-2022-JP-1 -->
+         <a href="#refsRFC1554">[RFC1554]</a><!-- ISO-2022-JP-2 -->
+         <a href="#refsCP50220">[CP50220]</a><!-- CP50220, the compatibility replacement for ISO-2022-JP -->
     <tr> <td> ISO-8859-1 <td> windows-1252 <td>
          <a href="#refsRFC1345">[RFC1345]</a>
          <a href="#refsWIN1252">[WIN1252]</a>
@@ -115241,8 +115247,15 @@
    -->
    <dd><cite><a
    href="http://dev.w3.org/2006/waf/access-control/">Cross-Origin
-   Resource Sharing</a></cite>, A. van Kesteren.  W3C.</dd>
+   Resource Sharing</a></cite>, A. van Kesteren. W3C.</dd>
 
+   <dt id="refsCP50220">[CP50220]</dt>
+   <dd><cite><a
+   href="http://www.iana.org/assignments/charset-reg/CP50220">CP50220</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="refsCP51932">[CP51932]</dt>
    <dd><cite><a
    href="http://www.iana.org/assignments/charset-reg/CP51932">CP51932</a></cite>,




More information about the Commit-Watchers mailing list