1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/textandloc/charconvfw/charconvplugins/data/win1250.ctl Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,53 @@
1.4 +# Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +# All rights reserved.
1.6 +# This component and the accompanying materials are made available
1.7 +# under the terms of "Eclipse Public License v1.0"
1.8 +# which accompanies this distribution, and is available
1.9 +# at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +#
1.11 +# Initial Contributors:
1.12 +# Nokia Corporation - initial contribution.
1.13 +#
1.14 +# Contributors:
1.15 +#
1.16 +# Description:
1.17 +#
1.18 +# CP1250.CTL
1.19 +# Eastern European Character table (Code Page 1250)
1.20 +Endianness FixedBigEndian
1.21 +ReplacementForUnconvertibleUnicodeCharacters 0x1a # This is code which replaces unknown chars
1.22 +
1.23 +StartForeignVariableByteData
1.24 +# FirstInitialByteValueInRange LastInitialByteValueInRange NumberOfSubsequentBytes
1.25 +# foreign codes are 8bit. (0=8bit, 1=16bit)
1.26 + 0x00 0xff 0
1.27 +EndForeignVariableByteData
1.28 +
1.29 +
1.30 +StartForeignToUnicodeData
1.31 +# following table is made based on the output of: perl -w analyse.pl cp1250.txt test.out 1
1.32 +# Codes 00-7f are directly converted, 80-ff are using table.
1.33 +# IncludePriority SearchPriority FirstInputCharacterCodeInRange LastInputCharacterCodeInRange Algorithm Parameters
1.34 + 2 2 0x00 0x7f Direct {} # ASCII
1.35 + 1 1 0x80 0xff KeyedTable16OfIndexedTables16 {} # various Latin characters with diacritics
1.36 +
1.37 +EndForeignToUnicodeData
1.38 +
1.39 +
1.40 +# following table is made based on the output of: perl -w analyse.pl cp1250.txt test.out 2
1.41 +# direct conversion is fastest. KeydTable (slowest) is used to fill the holes. Ranges CAN overlap :)
1.42 +# Notice that blocks under 5 bytes shouldn't be added here.
1.43 +
1.44 +StartUnicodeToForeignData
1.45 +# IncludePriority SearchPriority FirstInputCharacterCodeInRange LastInputCharacterCodeInRange Algorithm SizeOfOutputCharacterCodeInBytes Parameters
1.46 + 7 7 0x0000 0x007f Direct 1 {} # ASCII
1.47 + 6 6 0x0102 0x0107 IndexedTable16 1 {}
1.48 + 5 5 0x010c 0x0111 IndexedTable16 1 {}
1.49 + 4 4 0x015e 0x0165 IndexedTable16 1 {}
1.50 + 3 3 0x0179 0x017e IndexedTable16 1 {}
1.51 + 2 2 0x0081 0x00fd KeyedTable1616 1 {}
1.52 + 1 1 0x0118 0x2122 KeyedTable1616 1 {}
1.53 +# ConflictResolution
1.54 +# UnicodeCharacterCodeToResolve ForeignCharacterCodePreferred
1.55 +# No confliced chars
1.56 +EndUnicodeToForeignData
1.57 \ No newline at end of file