| OLD | NEW |
| 1 # ****************************************************************************** | 1 # ****************************************************************************** |
| 2 # * | 2 # * |
| 3 # * Copyright (C) 1995-2014, International Business Machines | 3 # * Copyright (C) 1995-2014, International Business Machines |
| 4 # * Corporation and others. All Rights Reserved. | 4 # * Corporation and others. All Rights Reserved. |
| 5 # * | 5 # * |
| 6 # ****************************************************************************** | 6 # ****************************************************************************** |
| 7 | 7 |
| 8 # If this converter alias table looks very confusing, a much easier to | 8 # If this converter alias table looks very confusing, a much easier to |
| 9 # understand view can be found at this demo: | 9 # understand view can be found at this demo: |
| 10 # http://demo.icu-project.org/icu-bin/convexp | 10 # http://demo.icu-project.org/icu-bin/convexp |
| (...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 gb2312-1980 | 383 gb2312-1980 |
| 384 EUC-CN | 384 EUC-CN |
| 385 csGB2312 { IANA } | 385 csGB2312 { IANA } |
| 386 GB_2312-80 { IANA } | 386 GB_2312-80 { IANA } |
| 387 x-gbk | 387 x-gbk |
| 388 | 388 |
| 389 # GB 18030 is partly algorithmic, using the MBCS converter | 389 # GB 18030 is partly algorithmic, using the MBCS converter |
| 390 gb18030 { IANA* } gb18030 { MIME* } ibm-1392 windows-54936 | 390 gb18030 { IANA* } gb18030 { MIME* } ibm-1392 windows-54936 |
| 391 | 391 |
| 392 windows-950-2000 | 392 windows-950-2000 |
| 393 big5 { MIME* HTML* } | 393 Big5 { MIME* HTML* } |
| 394 big5-hkscs | |
| 395 cn-big5 | 394 cn-big5 |
| 396 csbig5 | 395 csbig5 |
| 397 x-x-big5 | 396 x-x-big5 |
| 398 | 397 |
| 399 # Chrome: WHATWG encoding spec has big5-hkscs as an alias for big5 | 398 # Chrome: WHATWG encoding spec has big5-hkscs as an alias for big5 |
| 400 # TODO(jshin): Decide if Chrome should follow spec. crbug.com/277040 | 399 # TODO(jshin): Decide if Chrome should follow spec. crbug.com/277040 |
| 401 ibm-1375_P100-2007 { UTR22* } # Big5-HKSCS-2004 with Unicode 3.1 mappings. Thi
s uses supplementary characters. | 400 ibm-1375_P100-2007 { UTR22* } # Big5-HKSCS-2004 with Unicode 3.1 mappings. Thi
s uses supplementary characters. |
| 402 ibm-1375 | 401 ibm-1375 |
| 403 Big5-HKSCS { MIME* IANA* } | 402 Big5-HKSCS { MIME* IANA* } |
| 404 big5hk | 403 big5hk |
| (...skipping 30 matching lines...) Expand all Loading... |
| 435 ksc_5601 | 434 ksc_5601 |
| 436 windows-949 | 435 windows-949 |
| 437 | 436 |
| 438 # We need to keep these aliases so that documents labelled with them | 437 # We need to keep these aliases so that documents labelled with them |
| 439 # are converted to a single U+FFFD instead of being rendered as a gibberish. | 438 # are converted to a single U+FFFD instead of being rendered as a gibberish. |
| 440 ISO-2022-KR { HTML* MIME* } csISO2022KR { IANA } | 439 ISO-2022-KR { HTML* MIME* } csISO2022KR { IANA } |
| 441 ISO-2022-CN { IANA* HTML* } csISO2022CN x-ISO-2022-CN-GB | 440 ISO-2022-CN { IANA* HTML* } csISO2022CN x-ISO-2022-CN-GB |
| 442 ISO-2022-CN-EXT { IANA* HTML* } | 441 ISO-2022-CN-EXT { IANA* HTML* } |
| 443 HZ-GB-2312 { HTML* IANA* } HZ | 442 HZ-GB-2312 { HTML* IANA* } HZ |
| 444 | 443 |
| OLD | NEW |