os/textandloc/charconvfw/charconvplugins/data/gbkf.ctl
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/textandloc/charconvfw/charconvplugins/data/gbkf.ctl	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,48 @@
     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 +ConflictResolution
    1.38 +#	ForeignCharacterCodeToResolve	UnicodeCharacterCodePreferred
    1.39 +	0xa1a4							0x00b7
    1.40 +	0xa1aa							0x2015
    1.41 +EndForeignToUnicodeData
    1.42 +
    1.43 +StartUnicodeToForeignData
    1.44 +#	IncludePriority	SearchPriority	FirstInputCharacterCodeInRange	LastInputCharacterCodeInRange	Algorithm			SizeOfOutputCharacterCodeInBytes	Parameters
    1.45 +	# Note: ASCII is in GB2312, so will be extracted from GBK's own conversion data
    1.46 +	1				1				0x0144							0xffe4							KeyedTable1616		2									{}
    1.47 +ConflictResolution
    1.48 +#	UnicodeCharacterCodeToResolve	UnicodeCharacterCodePreferred
    1.49 +	0x2015							0xa1aa
    1.50 +EndUnicodeToForeignData
    1.51 +