# ******************************************************************************* # * Copyright (C) 2001-2003, International Business Machines # * Corporation and others. All Rights Reserved. # ******************************************************************************* # # test3.ucm # # Test file for MBCS conversion with three-byte codepage data. # Also contains extension mappings (m:n). "test3" 3 1 "MBCS" \xff 0, 1:1, 5-9, ff 2:2 a-f.p CHARMAP # fromUnicode result is zero byte from other than U+0000 \x00 |0 # nothing special \x05 |0 # extensions \x05+\x01\x02\x0d |0 \x05+\x01\x02\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\x02\x0f+\x09 |0 + \x07+\x00+\x01\x02\x0e+\x05 |0 + \x07+\x00+\x01\x02\x0f+\x06 |0 + \x07+\x00+\x01\x02\x0f |1 #unassigned \x09 # extensions where the first code point is unassigned, for replay testing # \x09+\x09 |0 \x05+\x01\x02\x0c |0 # toUnicode result is surrogate pair: test real pair, single unit, unassigned \x01\x02\x0a |0 \x01\x02\x0b |0 #unassigned \x01\x02\x0c \x01\x02\x0d |3 \x01\x02\x0e |3 #unassigned \x01\x02\x0f END CHARMAP