os/textandloc/charconvfw/charconvplugins/data/win1250.ctl
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 # Copyright (c) 2002-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 # CP1250.CTL
    16 # Eastern European Character table (Code Page 1250)
    17 Endianness															FixedBigEndian
    18 ReplacementForUnconvertibleUnicodeCharacters						0x1a # This is code which replaces unknown chars
    19 
    20 StartForeignVariableByteData
    21 #	FirstInitialByteValueInRange	LastInitialByteValueInRange		NumberOfSubsequentBytes
    22 # foreign codes are 8bit. (0=8bit, 1=16bit)
    23 	0x00							0xff							0
    24 EndForeignVariableByteData
    25 
    26 
    27 StartForeignToUnicodeData
    28 # following table is made based on the output of: perl -w analyse.pl cp1250.txt test.out 1
    29 # Codes 00-7f are directly converted, 80-ff are using table.
    30 #	IncludePriority	SearchPriority	FirstInputCharacterCodeInRange	LastInputCharacterCodeInRange	Algorithm			Parameters
    31 	2				2				0x00							0x7f							Direct				{}		# ASCII
    32 	1				1				0x80							0xff							KeyedTable16OfIndexedTables16      {}		# various Latin characters with diacritics
    33 
    34 EndForeignToUnicodeData
    35 
    36 
    37 # following table is made based on the output of: perl -w analyse.pl cp1250.txt test.out 2
    38 # direct conversion is fastest. KeydTable (slowest) is used to fill the holes. Ranges CAN overlap :) 
    39 # Notice that blocks under 5 bytes shouldn't be added here.
    40 
    41 StartUnicodeToForeignData
    42 #	IncludePriority	SearchPriority	FirstInputCharacterCodeInRange	LastInputCharacterCodeInRange	Algorithm			SizeOfOutputCharacterCodeInBytes	Parameters
    43 	7				7				0x0000							0x007f							Direct				1									{}		# ASCII
    44 	6				6				0x0102							0x0107							IndexedTable16      1									{}
    45 	5				5				0x010c							0x0111							IndexedTable16      1									{}
    46 	4				4				0x015e							0x0165							IndexedTable16      1									{}
    47 	3				3				0x0179							0x017e							IndexedTable16      1									{}
    48     	2				2				0x0081							0x00fd							KeyedTable1616		1									{}
    49     	1				1				0x0118							0x2122							KeyedTable1616		1									{}
    50 # ConflictResolution
    51 #	UnicodeCharacterCodeToResolve	ForeignCharacterCodePreferred
    52 # No confliced chars
    53 EndUnicodeToForeignData