Bugzilla – Bug 194
Apparently people mislabel Win874-encoded Thai documents as TIS-620 all the time
Last modified: 2008-05-28 13:58:18 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>