1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/textandloc/charconvfw/charconvplugins/data/gbk.ctl Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,41 @@
1.4 +# Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +# All rights reserved.
1.6 +# This component and the accompanying materials are made available
1.7 +# under the terms of "Eclipse Public License v1.0"
1.8 +# which accompanies this distribution, and is available
1.9 +# at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +#
1.11 +# Initial Contributors:
1.12 +# Nokia Corporation - initial contribution.
1.13 +#
1.14 +# Contributors:
1.15 +#
1.16 +# Description:
1.17 +#
1.18 +
1.19 +Endianness FixedBigEndian
1.20 +ReplacementForUnconvertibleUnicodeCharacters 0xa3 0xbf # fullwidth question mark - must be a single character, and must be little-endian if the "Endianness" above is "Unspecified", otherwise in the same endianness as specified
1.21 +
1.22 +StartForeignVariableByteData
1.23 +# FirstInitialByteValueInRange LastInitialByteValueInRange NumberOfSubsequentBytes
1.24 + 0x00 0x7f 0
1.25 + 0x80 0xff 1
1.26 +EndForeignVariableByteData
1.27 +
1.28 +#######################################################################################################################
1.29 +# Note: gbk_shared.cpp knows about the number of foreign-to-Unicode ranges and Unicode-to-foreign ranges in this file #
1.30 +#######################################################################################################################
1.31 +
1.32 +StartForeignToUnicodeData
1.33 +# IncludePriority SearchPriority FirstInputCharacterCodeInRange LastInputCharacterCodeInRange Algorithm Parameters
1.34 + # Note: ASCII is in GB2312, so will be extracted from GBK's own conversion data
1.35 + 2 2 0x8140 0xfe4f KeyedTable16OfIndexedTables16 {6}
1.36 + 1 1 0xa6ee 0xa996 KeyedTable1616 {}
1.37 +EndForeignToUnicodeData
1.38 +
1.39 +StartUnicodeToForeignData
1.40 +# IncludePriority SearchPriority FirstInputCharacterCodeInRange LastInputCharacterCodeInRange Algorithm SizeOfOutputCharacterCodeInBytes Parameters
1.41 + # Note: ASCII is in GB2312, so will be extracted from GBK's own conversion data
1.42 + 1 1 0x0144 0xffe4 KeyedTable1616 2 {}
1.43 +EndUnicodeToForeignData
1.44 +