html5/spec Overview.html,1.2341,1.2342

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5935

Modified Files:
	Overview.html 
Log Message:
Map SHIFT_JIS to Win31J. (whatwg r3188)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2341
retrieving revision 1.2342
diff -u -d -r1.2341 -r1.2342
--- Overview.html	3 Jun 2009 20:32:06 -0000	1.2341
+++ Overview.html	4 Jun 2009 19:24:35 -0000	1.2342
@@ -152,7 +152,7 @@
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
    <!--ZZZ:-->
    <!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>-->
-   <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 3 June 2009</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 4 June 2009</h2>
    <!--:ZZZ-->
    <dl><!-- ZZZ: update the month/day (twice), (un)comment out
     <dt>This Version:</dt>
@@ -245,7 +245,7 @@
   track.
   <!--ZZZ:-->
   <!--This specification is the 23 April 2009 Working Draft.-->
-  This specification is the 3 June 2009 Editor's Draft.
+  This specification is the 4 June 2009 Editor's Draft.
   <!--:ZZZ-->
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are
   identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -5374,13 +5374,13 @@
   <p class="example">For instance, "GB_2312-80" and "g.b.2312(80)" are
   considered equivalent names.</p>
 
-  <hr><p>When a user agent would otherwise use an encoding given in the
-  first column of the following table to either convert content to
-  Unicode characters or convert Unicode characters to bytes, it must
-  instead use the encoding given in the cell in the second column of
-  the same row. When a byte or sequence of bytes is treated
-  differently due to this encoding aliasing, it is said to have been
-  <dfn id="misinterpreted-for-compatibility">misinterpreted for compatibility</dfn>.</p>
+  <hr><p>When a user agent would otherwise use an encoding specified by a
+  label given in the first column of the following table to either
+  convert content to Unicode characters or convert Unicode characters
+  to bytes, it must instead use the encoding given in the cell in the
+  second column of the same row. When a byte or sequence of bytes is
+  treated differently due to this encoding aliasing, it is said to
+  have been <dfn id="misinterpreted-for-compatibility">misinterpreted for compatibility</dfn>.</p>
 
   <table><caption>Character encoding overrides</caption>
    <thead><tr><th> Input encoding <th> Replacement encoding <th> References
@@ -5405,6 +5405,9 @@
     <tr><td> KS_C_5601-1987 <td> Windows-949 <td>
          <a href="#references">[RFC1345]</a><!-- XXX consider more direct reference? -->
          <a href="#references">[WIN949]</a><!-- http://www.microsoft.com/globaldev/reference/dbcs/949.mspx -->
+    <tr><td> Shift_JIS <td> Windows-31J <td>
+         <a href="#references">[JISX0208:1997]</a> <!-- JIS X0208:1997 -->
+         <a href="#references">[WIN31J]</a><!-- CP932 -->
     <tr><td> TIS-620 <td> Windows-874 <td>
          <a href="#references">[TIS620]</a> <!-- http://www.nectec.or.th/it-standards/std620/std620.htm -->
          <a href="#references">[WIN874]</a><!-- http://www.microsoft.com/globaldev/reference/sbcs/874.mspx -->

Received on Thursday, 4 June 2009 19:24:44 UTC