Update contrib.
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.
17 # Russian Character table (KOI8-R)
19 Endianness FixedBigEndian
20 ReplacementForUnconvertibleUnicodeCharacters 0x1a # This is code which replaces unknown chars
22 StartForeignVariableByteData
23 # FirstInitialByteValueInRange LastInitialByteValueInRange NumberOfSubsequentBytes
24 # foreign codes are 8bit. (0=8bit, 1=16bit)
26 EndForeignVariableByteData
29 StartForeignToUnicodeData
30 # following table is made based on the output of: perl -w analyse.pl cp1250.txt test.out 1
31 # Codes 00-7f are directly converted, 80-ff are using table.
32 # IncludePriority SearchPriority FirstInputCharacterCodeInRange LastInputCharacterCodeInRange Algorithm Parameters
33 2 2 0x00 0x7f Direct {} # ASCII
34 1 1 0x80 0xff KeyedTable16OfIndexedTables16 {} # box drawing and cyrillic chars
36 EndForeignToUnicodeData
39 # KeydTable (slowest) is used to fill the holes. Ranges CAN overlap.
40 # Notice that blocks under 5 bytes shouldn't be added here.
42 # TODO: This table should have been created using the analyse.pl script that comes with
43 # charconv sources. Unfortunately i couldn't get it working so the following is made manually
44 # (mostly just by guessing) and might contain errors...
46 StartUnicodeToForeignData
48 # IncludePriority SearchPriority FirstInputCharacterCodeInRange LastInputCharacterCodeInRange Algorithm SizeOfOutputCharacterCodeInBytes Parameters
49 2 2 0x0000 0x007f Direct 1 {} # ASCII
50 1 1 0x00B0 0x25A0 KeyedTable1616 1 {}
55 # UnicodeCharacterCodeToResolve ForeignCharacterCodePreferred
57 EndUnicodeToForeignData