| 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 | 407 |
| 408 shift_jis-html | 408 shift_jis-html |
| 409 Shift_JIS { MIME* HTML* } | 409 Shift_JIS { MIME* HTML* } |
| 410 csshiftjis | 410 csshiftjis |
| 411 ms_kanji | 411 ms_kanji |
| 412 shift-jis | 412 shift-jis |
| 413 sjis | 413 sjis |
| 414 windows-31j | 414 windows-31j |
| 415 x-sjis | 415 x-sjis |
| 416 | 416 |
| 417 windows-949-2000 | 417 euc-kr-html |
| 418 EUC-KR { MIME* HTML* } | 418 EUC-KR { MIME* HTML* } |
| 419 cseuckr | 419 cseuckr |
| 420 csksc56011987 | 420 csksc56011987 |
| 421 iso-ir-149 | 421 iso-ir-149 |
| 422 korean | 422 korean |
| 423 ks_c_5601-1987 | 423 ks_c_5601-1987 |
| 424 ks_c_5601-1989 | 424 ks_c_5601-1989 |
| 425 ksc5601 | 425 ksc5601 |
| 426 ksc_5601 | 426 ksc_5601 |
| 427 windows-949 | 427 windows-949 |
| 428 | 428 |
| 429 # We need to keep these aliases so that documents labelled with them | 429 # We need to keep these aliases so that documents labelled with them |
| 430 # are converted to a single U+FFFD instead of being rendered as a gibberish. | 430 # are converted to a single U+FFFD instead of being rendered as a gibberish. |
| 431 ISO-2022-KR { HTML* MIME* } csISO2022KR { IANA } | 431 ISO-2022-KR { HTML* MIME* } csISO2022KR { IANA } |
| 432 ISO-2022-CN { IANA* HTML* } csISO2022CN x-ISO-2022-CN-GB | 432 ISO-2022-CN { IANA* HTML* } csISO2022CN x-ISO-2022-CN-GB |
| 433 ISO-2022-CN-EXT { IANA* HTML* } | 433 ISO-2022-CN-EXT { IANA* HTML* } |
| 434 HZ-GB-2312 { HTML* IANA* } HZ | 434 HZ-GB-2312 { HTML* IANA* } HZ |
| 435 | 435 |
| OLD | NEW |