OLD | NEW |
| (Empty) |
1 # ******************************************************************************
* | |
2 # * Copyright (C) 2009, International Business Machines | |
3 # * Corporation and others. All Rights Reserved. | |
4 # ******************************************************************************
* | |
5 # | |
6 # test5.ucm | |
7 # | |
8 # Test file for MBCS conversion with three-byte codepage data. | |
9 # Also contains extension mappings (m:n). | |
10 | |
11 <code_set_name> "test5" | |
12 <mb_cur_max> 3 | |
13 <mb_cur_min> 1 | |
14 <uconv_class> "MBCS" | |
15 <subchar> \xff | |
16 <icu:state> 0, 1:1, 5-9, ff | |
17 <icu:state> 2:2, 3, 7, 4.p, a-d.u | |
18 <icu:state> a-f.p | |
19 CHARMAP | |
20 | |
21 <U0006> \x06 |0 | |
22 <U102345> \x09 |0 | |
23 <U0034> \x01\x03 |3 | |
24 <U0074> \x01\x07 |1 | |
25 | |
26 # extensions | |
27 <U00c0> \x05+\x01\x02\x0d |0 | |
28 | |
29 END CHARMAP | |
OLD | NEW |