charconvfw/Charconv/ongoing/data/ISO88599.CTL
changeset 32 8b9155204a54
parent 0 1fb32624e06b
equal deleted inserted replaced
31:b9ad20498fb4 32:8b9155204a54
       
     1 # ISO88599.CTL
       
     2 #
       
     3 # Copyright (c) 1997-2000 Nokia Corporation and/or its subsidiary(-ies).
       
     4 # All rights reserved.
       
     5 # This component and the accompanying materials are made available
       
     6 # under the terms of the License "Eclipse Public License v1.0"
       
     7 # which accompanies this distribution, and is available
       
     8 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 #
       
    10 # Initial Contributors:
       
    11 # Nokia Corporation - initial contribution.
       
    12 #
       
    13 # Contributors:
       
    14 #
       
    15 # Description:      
       
    16 #
       
    17 
       
    18 Endianness															FixedBigEndian
       
    19 ReplacementForUnconvertibleUnicodeCharacters						0x1a # ASCII "substitute" character - 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 	0x00							0xff							0
       
    24 EndForeignVariableByteData
       
    25 
       
    26 StartForeignToUnicodeData
       
    27 #	IncludePriority	SearchPriority	FirstInputCharacterCodeInRange	LastInputCharacterCodeInRange	Algorithm			Parameters
       
    28 	6				6				0x00							0x9f							Direct				{}		# ASCII + other stuff
       
    29 	5				5				0xa0							0xcf							Direct				{}		# ASCII + other stuff
       
    30 	4				4				0xd1							0xdc							Direct				{}
       
    31 	3				3				0xdf							0xef							Direct				{}
       
    32 	2				2				0xf1							0xfc							Direct				{}
       
    33 	1				1				0xd0							0xff							KeyedTable1616		{}
       
    34 EndForeignToUnicodeData
       
    35 
       
    36 StartUnicodeToForeignData
       
    37 #	IncludePriority	SearchPriority	FirstInputCharacterCodeInRange	LastInputCharacterCodeInRange	Algorithm			SizeOfOutputCharacterCodeInBytes	Parameters
       
    38 	6				6				0x0000							0x009f							Direct				1									{}		# ASCII
       
    39 	5				5				0x00a0							0x00cf							Direct				1									{}
       
    40 	4				4				0x00d1							0x00dc							Direct				1									{}
       
    41 	3				3				0x00df							0x00ef							Direct				1									{}
       
    42 	2				2				0x00f1							0x00fc							Direct				1									{}
       
    43 	1				1				0x00ff							0x015f							KeyedTable1616		1									{}
       
    44 EndUnicodeToForeignData
       
    45