First public contribution.
1 # Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
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".
8 # Initial Contributors:
9 # Nokia Corporation - initial contribution.
16 # Eastern European Character table (Code Page 1250)
17 Endianness FixedBigEndian
18 ReplacementForUnconvertibleUnicodeCharacters 0x1a # This is code which replaces unknown chars
20 StartForeignVariableByteData
21 # FirstInitialByteValueInRange LastInitialByteValueInRange NumberOfSubsequentBytes
22 # foreign codes are 8bit. (0=8bit, 1=16bit)
24 EndForeignVariableByteData
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
34 EndForeignToUnicodeData
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.
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 {}
51 # UnicodeCharacterCodeToResolve ForeignCharacterCodePreferred
53 EndUnicodeToForeignData