NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 194 - Apparently people mislabel Win874-encoded Thai documents as TIS-620 all the time
Apparently people mislabel Win874-encoded Thai documents as TIS-620 all the time
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: HTML parser
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-05-23 13:22 CEST by Henri Sivonen
Modified: 2008-05-28 13:58 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henri Sivonen 2008-05-23 13:22:15 CEST
Index: source
===================================================================
--- source	(revision 1665)
+++ source	(revision 1666)
@@ -39727,22 +39727,26 @@
   errors</span>.</p>
 
   <table>
-   <caption>Encoding aliases</caption>
+   <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>
+         <a href="#refsEUCKR">[EUCKR]</a> <!-- see reference for [EUC-KR] in RFC1557 -->
+         <a href="#refsWin949">[WIN949]</a><!-- http://www.microsoft.com/globaldev/reference/dbcs/949.mspx -->
     <tr> <td> GB2312 <td> GBK <td>
          <a href="#refsGB2312">[GB2312]</a><!-- XXX ? -->
          <a href="#refsGBK">[GBK]</a><!-- http://www.iana.org/assignments/charset-reg/GBK -->
     <tr> <td> GB_2312-80 <td> GBK <td>
          <a href="#refsRFC1345">[RFC1345]</a>
          <a href="#refsGBK">[GBK]</a><!-- http://www.iana.org/assignments/charset-reg/GBK -->
-    <tr> <td> EUC-KR <td> Windows-949 <td>
-         <a href="#refsEUCKR">[EUCKR]</a> <!-- see reference for [EUC-KR] in RFC1557 -->
-         <a href="#refsWin949">[WIN949]</a><!-- http://www.microsoft.com/globaldev/reference/dbcs/949.mspx -->
     <tr> <td> KS_C_5601-1987 <td> Windows-949 <td>
          <a href="#refsRFC1345">[RFC1345]</a>
          <a href="#refsWin949">[WIN949]</a><!-- http://www.microsoft.com/globaldev/reference/dbcs/949.mspx -->
+    <tr> <td> TIS-620 <td> Windows-874 <td> <!-- XXX how about ISO-8859-11? -->
+         <a href="#refsTIS620">[RFC1345]</a> <!-- http://www.nectec.or.th/it-standards/std620/std620.htm -->
+         <a href="#refsWin874">[WIN874]</a><!-- http://www.microsoft.com/globaldev/reference/sbcs/874.mspx -->
     <tr> <td> x-x-big5 <td> Big5 <td>
          <a href="#BIG5">[BIG5]</a> <!-- XXX ? -->
    </tbody>