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