charconvfw/charconvplugins/data/gbk.ctl
changeset 0 1fb32624e06b
child 40 91ef7621b7fc
equal deleted inserted replaced
-1:000000000000 0:1fb32624e06b
       
     1 # Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 #
       
     8 # Initial Contributors:
       
     9 # Nokia Corporation - initial contribution.
       
    10 #
       
    11 # Contributors:
       
    12 #
       
    13 # Description:
       
    14 #
       
    15 
       
    16 Endianness															FixedBigEndian
       
    17 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
       
    18 
       
    19 StartForeignVariableByteData
       
    20 #	FirstInitialByteValueInRange	LastInitialByteValueInRange		NumberOfSubsequentBytes
       
    21 	0x00							0x7f							0
       
    22 	0x80							0xff							1
       
    23 EndForeignVariableByteData
       
    24 
       
    25 #######################################################################################################################
       
    26 # Note: gbk_shared.cpp knows about the number of foreign-to-Unicode ranges and Unicode-to-foreign ranges in this file #
       
    27 #######################################################################################################################
       
    28 
       
    29 StartForeignToUnicodeData
       
    30 #	IncludePriority	SearchPriority	FirstInputCharacterCodeInRange	LastInputCharacterCodeInRange	Algorithm						Parameters
       
    31 	# Note: ASCII is in GB2312, so will be extracted from GBK's own conversion data
       
    32 	2				2				0x8140							0xfe4f							KeyedTable16OfIndexedTables16	{6}
       
    33 	1				1				0xa6ee							0xa996							KeyedTable1616					{}
       
    34 EndForeignToUnicodeData
       
    35 
       
    36 StartUnicodeToForeignData
       
    37 #	IncludePriority	SearchPriority	FirstInputCharacterCodeInRange	LastInputCharacterCodeInRange	Algorithm			SizeOfOutputCharacterCodeInBytes	Parameters
       
    38 	# Note: ASCII is in GB2312, so will be extracted from GBK's own conversion data
       
    39 	1				1				0x0144							0xffe4							KeyedTable1616		2									{}
       
    40 EndUnicodeToForeignData
       
    41