# ******************************************************************************* # * Copyright (C) 2001, International Business Machines # * Corporation and others. All Rights Reserved. # ******************************************************************************* # # test3.ucm # # Test file for MBCS conversion with three-byte codepage data. "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 # toUnicode result is fallback direct \x06 |3 # toUnicode result is direct non-BMP code point \x07 |0 \x08 |3 #unassigned \x09 # 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