| 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 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 407 x-euc-jp | 407 x-euc-jp |
| 408 | 408 |
| 409 ISO_2022,locale=ja,version=0 | 409 ISO_2022,locale=ja,version=0 |
| 410 ISO-2022-JP { MIME* HTML* } | 410 ISO-2022-JP { MIME* HTML* } |
| 411 csiso2022jp | 411 csiso2022jp |
| 412 | 412 |
| 413 shift_jis-html | 413 shift_jis-html |
| 414 Shift_JIS { MIME* HTML* } | 414 Shift_JIS { MIME* HTML* } |
| 415 csshiftjis | 415 csshiftjis |
| 416 ms_kanji | 416 ms_kanji |
| 417 ms932 |
| 417 shift-jis | 418 shift-jis |
| 418 sjis | 419 sjis |
| 419 windows-31j | 420 windows-31j |
| 420 x-sjis | 421 x-sjis |
| 421 | 422 |
| 422 euc-kr-html | 423 euc-kr-html |
| 423 EUC-KR { MIME* HTML* } | 424 EUC-KR { MIME* HTML* } |
| 424 cseuckr | 425 cseuckr |
| 425 csksc56011987 | 426 csksc56011987 |
| 426 iso-ir-149 | 427 iso-ir-149 |
| 427 korean | 428 korean |
| 428 ks_c_5601-1987 | 429 ks_c_5601-1987 |
| 429 ks_c_5601-1989 | 430 ks_c_5601-1989 |
| 430 ksc5601 | 431 ksc5601 |
| 431 ksc_5601 | 432 ksc_5601 |
| 432 windows-949 | 433 windows-949 |
| 433 | 434 |
| 434 # We need to keep these aliases so that documents labelled with them | 435 # We need to keep these aliases so that documents labelled with them |
| 435 # are converted to a single U+FFFD instead of being rendered as a gibberish. | 436 # are converted to a single U+FFFD instead of being rendered as a gibberish. |
| 436 ISO-2022-KR { HTML* MIME* } csISO2022KR { IANA } | 437 ISO-2022-KR { HTML* MIME* } csISO2022KR { IANA } |
| 437 ISO-2022-CN { IANA* HTML* } csISO2022CN x-ISO-2022-CN-GB | 438 ISO-2022-CN { IANA* HTML* } csISO2022CN x-ISO-2022-CN-GB |
| 438 ISO-2022-CN-EXT { IANA* HTML* } | 439 ISO-2022-CN-EXT { IANA* HTML* } |
| 439 HZ-GB-2312 { HTML* IANA* } HZ | 440 HZ-GB-2312 { HTML* IANA* } HZ |
| 440 | 441 |
| OLD | NEW |