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.
sl@0
     1
# Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
# All rights reserved.
sl@0
     3
# This component and the accompanying materials are made available
sl@0
     4
# under the terms of "Eclipse Public License v1.0"
sl@0
     5
# which accompanies this distribution, and is available
sl@0
     6
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
#
sl@0
     8
# Initial Contributors:
sl@0
     9
# Nokia Corporation - initial contribution.
sl@0
    10
#
sl@0
    11
# Contributors:
sl@0
    12
#
sl@0
    13
# Description:
sl@0
    14
#
sl@0
    15
# CP1250.CTL
sl@0
    16
# Eastern European Character table (Code Page 1250)
sl@0
    17
Endianness															FixedBigEndian
sl@0
    18
ReplacementForUnconvertibleUnicodeCharacters						0x1a # This is code which replaces unknown chars
sl@0
    19
sl@0
    20
StartForeignVariableByteData
sl@0
    21
#	FirstInitialByteValueInRange	LastInitialByteValueInRange		NumberOfSubsequentBytes
sl@0
    22
# foreign codes are 8bit. (0=8bit, 1=16bit)
sl@0
    23
	0x00							0xff							0
sl@0
    24
EndForeignVariableByteData
sl@0
    25
sl@0
    26
sl@0
    27
StartForeignToUnicodeData
sl@0
    28
# following table is made based on the output of: perl -w analyse.pl cp1250.txt test.out 1
sl@0
    29
# Codes 00-7f are directly converted, 80-ff are using table.
sl@0
    30
#	IncludePriority	SearchPriority	FirstInputCharacterCodeInRange	LastInputCharacterCodeInRange	Algorithm			Parameters
sl@0
    31
	2				2				0x00							0x7f							Direct				{}		# ASCII
sl@0
    32
	1				1				0x80							0xff							KeyedTable16OfIndexedTables16      {}		# various Latin characters with diacritics
sl@0
    33
sl@0
    34
EndForeignToUnicodeData
sl@0
    35
sl@0
    36
sl@0
    37
# following table is made based on the output of: perl -w analyse.pl cp1250.txt test.out 2
sl@0
    38
# direct conversion is fastest. KeydTable (slowest) is used to fill the holes. Ranges CAN overlap :) 
sl@0
    39
# Notice that blocks under 5 bytes shouldn't be added here.
sl@0
    40
sl@0
    41
StartUnicodeToForeignData
sl@0
    42
#	IncludePriority	SearchPriority	FirstInputCharacterCodeInRange	LastInputCharacterCodeInRange	Algorithm			SizeOfOutputCharacterCodeInBytes	Parameters
sl@0
    43
	7				7				0x0000							0x007f							Direct				1									{}		# ASCII
sl@0
    44
	6				6				0x0102							0x0107							IndexedTable16      1									{}
sl@0
    45
	5				5				0x010c							0x0111							IndexedTable16      1									{}
sl@0
    46
	4				4				0x015e							0x0165							IndexedTable16      1									{}
sl@0
    47
	3				3				0x0179							0x017e							IndexedTable16      1									{}
sl@0
    48
    	2				2				0x0081							0x00fd							KeyedTable1616		1									{}
sl@0
    49
    	1				1				0x0118							0x2122							KeyedTable1616		1									{}
sl@0
    50
# ConflictResolution
sl@0
    51
#	UnicodeCharacterCodeToResolve	ForeignCharacterCodePreferred
sl@0
    52
# No confliced chars
sl@0
    53
EndUnicodeToForeignData