1 # ******************************************************************************* 2 # * Copyright (C) 2001-2009, 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, a:0.s, ff 16 17 CHARMAP 18 19 # fromUnicode result is zero byte from other than U+0000 20 <U20ac> \x00 |0 21 <U20ad> \x00 |1 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 36