os/textandloc/charconvfw/charconvplugins/data/KOI8R.ctl
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
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
sl@0
    16
# KOI8R.CTL
sl@0
    17
# Russian Character table (KOI8-R)
sl@0
    18
#
sl@0
    19
Endianness															FixedBigEndian
sl@0
    20
ReplacementForUnconvertibleUnicodeCharacters						0x1a # This is code which replaces unknown chars
sl@0
    21
sl@0
    22
StartForeignVariableByteData
sl@0
    23
#	FirstInitialByteValueInRange	LastInitialByteValueInRange		NumberOfSubsequentBytes
sl@0
    24
# foreign codes are 8bit. (0=8bit, 1=16bit)
sl@0
    25
	0x00							0xff							0
sl@0
    26
EndForeignVariableByteData
sl@0
    27
sl@0
    28
sl@0
    29
StartForeignToUnicodeData
sl@0
    30
# following table is made based on the output of: perl -w analyse.pl cp1250.txt test.out 1
sl@0
    31
# Codes 00-7f are directly converted, 80-ff are using table.
sl@0
    32
#	IncludePriority	SearchPriority	FirstInputCharacterCodeInRange	LastInputCharacterCodeInRange	Algorithm		    	           Parameters
sl@0
    33
	2				2				0x00							0x7f							Direct			                   {}	# ASCII
sl@0
    34
	1				1				0x80							0xff							KeyedTable16OfIndexedTables16      {}	# box drawing and cyrillic chars
sl@0
    35
sl@0
    36
EndForeignToUnicodeData
sl@0
    37
sl@0
    38
sl@0
    39
# KeydTable (slowest) is used to fill the holes. Ranges CAN overlap.
sl@0
    40
# Notice that blocks under 5 bytes shouldn't be added here.
sl@0
    41
sl@0
    42
# TODO: This table should have been created using the analyse.pl script that comes with
sl@0
    43
# charconv sources. Unfortunately i couldn't get it working so the following is made manually
sl@0
    44
# (mostly just by guessing) and might contain errors...
sl@0
    45
sl@0
    46
StartUnicodeToForeignData
sl@0
    47
sl@0
    48
#	IncludePriority	SearchPriority	FirstInputCharacterCodeInRange	LastInputCharacterCodeInRange	Algorithm			SizeOfOutputCharacterCodeInBytes	Parameters
sl@0
    49
    2				2				0x0000							0x007f							Direct				1									{}		# ASCII
sl@0
    50
    1				1				0x00B0							0x25A0							KeyedTable1616      1									{}
sl@0
    51
sl@0
    52
sl@0
    53
sl@0
    54
# ConflictResolution
sl@0
    55
#	UnicodeCharacterCodeToResolve	ForeignCharacterCodePreferred
sl@0
    56
# No confliced chars
sl@0
    57
EndUnicodeToForeignData