]> git.saurik.com Git - apple/icu.git/blame - icuSources/test/testdata/test1.ucm
ICU-3.13.tar.gz
[apple/icu.git] / icuSources / test / testdata / test1.ucm
CommitLineData
b75a7d8f
A
1# *******************************************************************************
2# * Copyright (C) 2001, International Business Machines
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"
14<subchar> \xff
15<icu:state> 0, 5-9, ff
16
17CHARMAP
18
19# fromUnicode result is zero byte from other than U+0000
20<U20ac> \x00 |0
21
22# nothing special
23<U0005> \x05 |0
24
25# toUnicode result is fallback direct
26<U0006> \x06 |3
27
28# toUnicode result is direct non-BMP code point
29<U101234> \x07 |0
30<Ufebcd> \x08 |1
31
32#unassigned \x09
33
34END CHARMAP