| OLD | NEW |
| 1 # *************************************************************************** | 1 # *************************************************************************** |
| 2 # * | 2 # * |
| 3 # * Copyright (C) 2001-2003, International Business Machines | 3 # * Copyright (C) 2001-2003, International Business Machines |
| 4 # * Corporation and others. All Rights Reserved. | 4 # * Corporation and others. All Rights Reserved. |
| 5 # * | 5 # * |
| 6 # *************************************************************************** | 6 # *************************************************************************** |
| 7 # | 7 # |
| 8 # File created on Dec 03 13:48 Pacific Standard Time 2002 | 8 # File created on Dec 03 13:48 Pacific Standard Time 2002 |
| 9 # | 9 # |
| 10 # File created by genmucm tool. | 10 # File created by genmucm tool. |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 # | 25 # |
| 26 <code_set_name> "windows-950-2000" | 26 <code_set_name> "windows-950-2000" |
| 27 <mb_cur_max> 2 | 27 <mb_cur_max> 2 |
| 28 <mb_cur_min> 1 | 28 <mb_cur_min> 1 |
| 29 <uconv_class> "MBCS" | 29 <uconv_class> "MBCS" |
| 30 <subchar> \x3F | 30 <subchar> \x3F |
| 31 <icu:charsetFamily> "ASCII" | 31 <icu:charsetFamily> "ASCII" |
| 32 # Suggested ICU specific alias information | 32 # Suggested ICU specific alias information |
| 33 #<icu:alias> "windows-950_VPUA" | 33 #<icu:alias> "windows-950_VPUA" |
| 34 | 34 |
| 35 # CHROME: use the generated state table. | 35 <icu:state> 0-80, 81-fe:1, ff |
| 36 <icu:state> 0-80, 81-fe:1, ff | 36 <icu:state> 40-7e, 80-fe |
| 37 <icu:state> 40-7e, a1-fe | |
| 38 | 37 |
| 39 # build an extension-only (delta) .cnv file | 38 # build an extension-only (delta) .cnv file |
| 40 # requires the base .cnv file at runtime | 39 # requires the base .cnv file at runtime |
| 41 # CHROME : we don't want to include ibm-1373 | 40 <icu:base> "ibm-1373_P100-2002" |
| 42 #<icu:base> "ibm-1373_P100-2002" | |
| 43 | 41 |
| 42 # The following was the generated state table. |
| 43 # This does not account for unassigned characters |
| 44 #<icu:state> 0-80, 81-fe:1, ff |
| 45 #<icu:state> 40-7e, a1-fe |
| 46 # |
| 44 CHARMAP | 47 CHARMAP |
| 45 <U0000> \x00 |0 | 48 <U0000> \x00 |0 |
| 46 <U0001> \x01 |0 | 49 <U0001> \x01 |0 |
| 47 <U0002> \x02 |0 | 50 <U0002> \x02 |0 |
| 48 <U0003> \x03 |0 | 51 <U0003> \x03 |0 |
| 49 <U0004> \x04 |0 | 52 <U0004> \x04 |0 |
| 50 <U0005> \x05 |0 | 53 <U0005> \x05 |0 |
| 51 <U0006> \x06 |0 | 54 <U0006> \x06 |0 |
| 52 <U0007> \x07 |0 | 55 <U0007> \x07 |0 |
| 53 <U0008> \x08 |0 | 56 <U0008> \x08 |0 |
| (...skipping 20312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 20366 <UFF5B> \xA1\x61 |0 | 20369 <UFF5B> \xA1\x61 |0 |
| 20367 <UFF5C> \xA1\x55 |0 | 20370 <UFF5C> \xA1\x55 |0 |
| 20368 <UFF5D> \xA1\x62 |0 | 20371 <UFF5D> \xA1\x62 |0 |
| 20369 <UFF5E> \xA1\xE3 |0 | 20372 <UFF5E> \xA1\xE3 |0 |
| 20370 <UFF64> \xA1\x4E |1 | 20373 <UFF64> \xA1\x4E |1 |
| 20371 <UFFE0> \xA2\x46 |0 | 20374 <UFFE0> \xA2\x46 |0 |
| 20372 <UFFE1> \xA2\x47 |0 | 20375 <UFFE1> \xA2\x47 |0 |
| 20373 <UFFE3> \xA1\xC3 |0 | 20376 <UFFE3> \xA1\xC3 |0 |
| 20374 <UFFE5> \xA2\x44 |0 | 20377 <UFFE5> \xA2\x44 |0 |
| 20375 END CHARMAP | 20378 END CHARMAP |
| OLD | NEW |