]>
Commit | Line | Data |
---|---|---|
b75a7d8f | 1 | # ******************************************************************************* |
729e4ab9 | 2 | # * Copyright (C) 2001-2009, International Business Machines |
b75a7d8f A |
3 | # * Corporation and others. All Rights Reserved. |
4 | # ******************************************************************************* | |
5 | # | |
6 | # test1.ucm | |
7 | # | |
8 | # Test file for MBCS conversion with single-byte codepage data. | |
9 | ||
10 | <code_set_name> "test1" | |
11 | <mb_cur_max> 1 | |
12 | <mb_cur_min> 1 | |
13 | <uconv_class> "MBCS" | |
374ca955 | 14 | <subchar> \xff |
729e4ab9 | 15 | <icu:state> 0, 5-9, a:0.s, ff |
b75a7d8f A |
16 | |
17 | CHARMAP | |
18 | ||
19 | # fromUnicode result is zero byte from other than U+0000 | |
20 | <U20ac> \x00 |0 | |
374ca955 | 21 | <U20ad> \x00 |1 |
b75a7d8f A |
22 | |
23 | # nothing special | |
24 | <U0005> \x05 |0 | |
25 | ||
26 | # toUnicode result is fallback direct | |
27 | <U0006> \x06 |3 | |
28 | ||
29 | # toUnicode result is direct non-BMP code point | |
30 | <U101234> \x07 |0 | |
31 | <Ufebcd> \x08 |1 | |
32 | ||
33 | #unassigned \x09 | |
34 | ||
35 | END CHARMAP |