2016-06-15 18:58:17 +00:00
|
|
|
# Copyright (C) 2016 and later: Unicode, Inc. and others.
|
|
|
|
# License & terms of use: http://www.unicode.org/copyright.html
|
2000-08-14 23:56:01 +00:00
|
|
|
# *******************************************************************************
|
2016-05-31 21:45:07 +00:00
|
|
|
# * Copyright (C) 2001-2009, International Business Machines
|
|
|
|
# * Corporation and others. All Rights Reserved.
|
2000-08-14 23:56:01 +00:00
|
|
|
# *******************************************************************************
|
|
|
|
#
|
|
|
|
# test1.ucm
|
|
|
|
#
|
|
|
|
# Test file for MBCS conversion with single-byte codepage data.
|
|
|
|
|
|
|
|
<code_set_name> "test1"
|
|
|
|
<mb_cur_max> 1
|
|
|
|
<mb_cur_min> 1
|
|
|
|
<uconv_class> "MBCS"
|
2003-10-25 00:29:13 +00:00
|
|
|
<subchar> \xff
|
2009-06-29 03:57:23 +00:00
|
|
|
<icu:state> 0, 5-9, a:0.s, ff
|
2000-08-14 23:56:01 +00:00
|
|
|
|
|
|
|
CHARMAP
|
|
|
|
|
|
|
|
# fromUnicode result is zero byte from other than U+0000
|
|
|
|
<U20ac> \x00 |0
|
2003-10-29 03:18:21 +00:00
|
|
|
<U20ad> \x00 |1
|
2000-08-14 23:56:01 +00:00
|
|
|
|
|
|
|
# nothing special
|
|
|
|
<U0005> \x05 |0
|
|
|
|
|
|
|
|
# toUnicode result is fallback direct
|
2000-11-21 01:19:54 +00:00
|
|
|
<U0006> \x06 |3
|
2000-08-14 23:56:01 +00:00
|
|
|
|
|
|
|
# toUnicode result is direct non-BMP code point
|
|
|
|
<U101234> \x07 |0
|
|
|
|
<Ufebcd> \x08 |1
|
|
|
|
|
|
|
|
#unassigned \x09
|
|
|
|
|
|
|
|
END CHARMAP
|