| OLD | NEW |
| 1 # *************************************************************************** | 1 # *************************************************************************** |
| 2 # * | 2 # * |
| 3 # * Copyright (C) 2001-2007, International Business Machines | 3 # * Copyright (C) 2001-2007, 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 19 matching lines...) Expand all Loading... |
| 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-936_VPUA" | 33 #<icu:alias> "windows-936_VPUA" |
| 34 | 34 |
| 35 <icu:state> 0-80, 81-fe:1, ff | 35 <icu:state> 0-80, 81-fe:1, ff |
| 36 <icu:state> 40-7e, 80-fe | 36 <icu:state> 40-7e, 80-fe |
| 37 | 37 |
| 38 # build an extension-only (delta) .cnv file | 38 # build an extension-only (delta) .cnv file |
| 39 # requires the base .cnv file at runtime | 39 # requires the base .cnv file at runtime |
| 40 <icu:base> "ibm-1386_P100-2001" | 40 # Chromium: we don't want ibm-1386 |
| 41 #<icu:base> "ibm-1386_P100-2001" |
| 41 | 42 |
| 42 # The following was the generated state table. | 43 # The following was the generated state table. |
| 43 # This does not account for unassigned characters | 44 # This does not account for unassigned characters |
| 44 #<icu:state> 0-80, 81-fe:1, ff | 45 #<icu:state> 0-80, 81-fe:1, ff |
| 45 #<icu:state> 40-7e, 80-fe | 46 #<icu:state> 40-7e, 80-fe |
| 46 # | 47 # |
| 47 CHARMAP | 48 CHARMAP |
| 48 # | 49 # |
| 49 #UNICODE 936 | 50 #UNICODE 936 |
| 50 #_______ _________ | 51 #_______ _________ |
| (...skipping 24475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 24526 <UFF5E> \xA1\xAB |0 | 24527 <UFF5E> \xA1\xAB |0 |
| 24527 <UFFE0> \xA1\xE9 |0 | 24528 <UFFE0> \xA1\xE9 |0 |
| 24528 <UFFE1> \xA1\xEA |0 | 24529 <UFFE1> \xA1\xEA |0 |
| 24529 <UFFE2> \xA9\x56 |0 | 24530 <UFFE2> \xA9\x56 |0 |
| 24530 <UFFE3> \xA3\xFE |0 | 24531 <UFFE3> \xA3\xFE |0 |
| 24531 <UFFE4> \xA9\x57 |0 | 24532 <UFFE4> \xA9\x57 |0 |
| 24532 <UFFE5> \xA3\xA4 |0 | 24533 <UFFE5> \xA3\xA4 |0 |
| 24533 # | 24534 # |
| 24534 END CHARMAP | 24535 END CHARMAP |
| 24535 # | 24536 # |
| OLD | NEW |