charconvfw/Charconv/ongoing/data/ISO88591.CTL
changeset 32 8b9155204a54
parent 0 1fb32624e06b
equal deleted inserted replaced
31:b9ad20498fb4 32:8b9155204a54
       
     1 # ISO88591.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 	2				2				0x00							0x7f							Direct							{}		# ASCII
       
    29 	1				1				0x80							0x80							Offset							{}		# Euro Character
       
    30 	1				1				0x81							0xff							Direct							{}	
       
    31 EndForeignToUnicodeData
       
    32 
       
    33 StartUnicodeToForeignData
       
    34 #	IncludePriority	SearchPriority	FirstInputCharacterCodeInRange	LastInputCharacterCodeInRange	Algorithm			SizeOfOutputCharacterCodeInBytes	Parameters
       
    35 	2				2				0x0000							0x007f							Direct				1									{}		# ASCII
       
    36 	1				1				0x0081							0x00ff							Direct				1									{}
       
    37 EndUnicodeToForeignData
       
    38