# Copyright (C) 2016 and later: Unicode, Inc. and others. # License & terms of use: http://www.unicode.org/copyright.html # ******************************************************************************* # * Copyright (C) 2012, International Business Machines # * Corporation and others. All Rights Reserved. # ******************************************************************************* # # test2.ucm # # Test file for MBCS conversion with two-byte codepage data. (DBCS) # Also contains extension mappings (m:n). "test2" 2 1 "MBCS" \x1A 0, 1:1, 5-9, 1a, ff a-f.p CHARMAP # fromUnicode result is zero byte from other than U+0000 \x00 |0 # nothing special \x05 |0 # extensions \x05+\x01\x0d |0 \x05+\x01\x0e |3 \x05+\xff |3 # toUnicode result is fallback direct \x06 |3 # toUnicode result is direct non-BMP code point \x07 |0 \x08 |3 # extensions ++ \x07+\x00+\x01\x0f+\x09 |0 + \x07+\x00+\x01\x0e+\x05 |0 + \x07+\x00+\x01\x0f+\x06 |0 + \x07+\x00+\x01\x0f |1 #unassigned \x09 # extensions where the first code point is unassigned, for replay testing # \x09+\x09 |0 \x05+\x01\x0c |0 # toUnicode result is surrogate pair: test real pair, single unit, unassigned \x01\x0a |0 \x01\x0b |0 #unassigned \x01\x0c \x01\x0d |3 \x01\x0e |3 #unassigned \x01\x0f END CHARMAP