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