os/textandloc/charconvfw/charconvplugins/data/KOI8R.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 
    16 # KOI8R.CTL
    17 # Russian Character table (KOI8-R)
    18 #
    19 Endianness															FixedBigEndian
    20 ReplacementForUnconvertibleUnicodeCharacters						0x1a # This is code which replaces unknown chars
    21 
    22 StartForeignVariableByteData
    23 #	FirstInitialByteValueInRange	LastInitialByteValueInRange		NumberOfSubsequentBytes
    24 # foreign codes are 8bit. (0=8bit, 1=16bit)
    25 	0x00							0xff							0
    26 EndForeignVariableByteData
    27 
    28 
    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
    35 
    36 EndForeignToUnicodeData
    37 
    38 
    39 # KeydTable (slowest) is used to fill the holes. Ranges CAN overlap.
    40 # Notice that blocks under 5 bytes shouldn't be added here.
    41 
    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...
    45 
    46 StartUnicodeToForeignData
    47 
    48 #	IncludePriority	SearchPriority	FirstInputCharacterCodeInRange	LastInputCharacterCodeInRange	Algorithm			SizeOfOutputCharacterCodeInBytes	Parameters
    49     2				2				0x0000							0x007f							Direct				1									{}		# ASCII
    50     1				1				0x00B0							0x25A0							KeyedTable1616      1									{}
    51 
    52 
    53 
    54 # ConflictResolution
    55 #	UnicodeCharacterCodeToResolve	ForeignCharacterCodePreferred
    56 # No confliced chars
    57 EndUnicodeToForeignData