charconvfw/charconvplugins/data/gb18030_4byte.ctl
changeset 0 1fb32624e06b
equal deleted inserted replaced
-1:000000000000 0:1fb32624e06b
       
     1 # Copyright (c) 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 
       
    17 
       
    18 Endianness															FixedBigEndian
       
    19 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
       
    20 
       
    21 StartForeignVariableByteData
       
    22 #	FirstInitialByteValueInRange	LastInitialByteValueInRange		NumberOfSubsequentBytes
       
    23 	0x81							0x84							3
       
    24 EndForeignVariableByteData
       
    25 
       
    26 #######################################################################################################################
       
    27 # Note: gbk_shared.cpp knows about the number of foreign-to-Unicode ranges and Unicode-to-foreign ranges in this file #
       
    28 #######################################################################################################################
       
    29 
       
    30 StartForeignToUnicodeData
       
    31 #	IncludePriority	SearchPriority	FirstInputCharacterCodeInRange	LastInputCharacterCodeInRange	Algorithm						Parameters
       
    32 	# Note: ASCII is in GB2312, so will be extracted from GBK's own conversion data
       
    33 	1				1				0x81308130						0x8431a439						KeyedTable32OfIndexedTables32	{10}
       
    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				0x0080							0xffff							KeyedTable32OfIndexedTables32		4	{5}
       
    40 	2				2				0x00a5							0xfe67							KeyedTable3232				4	{}
       
    41 EndUnicodeToForeignData
       
    42