| 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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 | 275 |
| 276 koi8-r-html | 276 koi8-r-html |
| 277 KOI8-R { MIME* HTML* } | 277 KOI8-R { MIME* HTML* } |
| 278 cskoi8r | 278 cskoi8r |
| 279 koi | 279 koi |
| 280 koi8 | 280 koi8 |
| 281 koi8_r | 281 koi8_r |
| 282 | 282 |
| 283 koi8-u-html | 283 koi8-u-html |
| 284 KOI8-U { MIME* HTML* } | 284 KOI8-U { MIME* HTML* } |
| 285 koi8-ru |
| 285 | 286 |
| 286 macintosh-html | 287 macintosh-html |
| 287 macintosh { MIME* HTML* } | 288 macintosh { MIME* HTML* } |
| 288 csmacintosh | 289 csmacintosh |
| 289 mac | 290 mac |
| 290 x-mac-roman | 291 x-mac-roman |
| 291 | 292 |
| 292 windows-874-html | 293 windows-874-html |
| 293 windows-874 { MIME* HTML* } | 294 windows-874 { MIME* HTML* } |
| 294 dos-874 | 295 dos-874 |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 ksc_5601 | 431 ksc_5601 |
| 431 windows-949 | 432 windows-949 |
| 432 | 433 |
| 433 # We need to keep these aliases so that documents labelled with them | 434 # We need to keep these aliases so that documents labelled with them |
| 434 # are converted to a single U+FFFD instead of being rendered as a gibberish. | 435 # are converted to a single U+FFFD instead of being rendered as a gibberish. |
| 435 ISO-2022-KR { HTML* MIME* } csISO2022KR { IANA } | 436 ISO-2022-KR { HTML* MIME* } csISO2022KR { IANA } |
| 436 ISO-2022-CN { IANA* HTML* } csISO2022CN x-ISO-2022-CN-GB | 437 ISO-2022-CN { IANA* HTML* } csISO2022CN x-ISO-2022-CN-GB |
| 437 ISO-2022-CN-EXT { IANA* HTML* } | 438 ISO-2022-CN-EXT { IANA* HTML* } |
| 438 HZ-GB-2312 { HTML* IANA* } HZ | 439 HZ-GB-2312 { HTML* IANA* } HZ |
| 439 | 440 |
| OLD | NEW |