os/textandloc/charconvfw/charconvplugins/data/shiftjis.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) 1997-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
Endianness															FixedBigEndian
sl@0
    17
ReplacementForUnconvertibleUnicodeCharacters						0x81 0x48 # fullwidth question mark - must be a single character, and must be little-endian if the "Endianness" above is "Unspecified", otherwise in the same endianness as specified
sl@0
    18
sl@0
    19
StartForeignVariableByteData
sl@0
    20
#	FirstInitialByteValueInRange	LastInitialByteValueInRange		NumberOfSubsequentBytes
sl@0
    21
	0x00							0x7e							0
sl@0
    22
	0xa1							0xdf							0
sl@0
    23
	0x81							0x9f							1
sl@0
    24
	0xe0							0xef							1
sl@0
    25
EndForeignVariableByteData
sl@0
    26
sl@0
    27
StartForeignToUnicodeData
sl@0
    28
#	IncludePriority	SearchPriority	FirstInputCharacterCodeInRange	LastInputCharacterCodeInRange	Algorithm			Parameters
sl@0
    29
	24				21				0x0020							0x005b							Direct				{}		# ASCII characters [1]
sl@0
    30
	23				100				0x005c							0x005c							Offset				{}		# yen sign
sl@0
    31
	22				20				0x005d							0x007d							Direct				{}		# ASCII characters [2]
sl@0
    32
	21				200				0x007e							0x007e							Offset				{}		# overline
sl@0
    33
	20				19				0x00a1							0x00df							Offset				{}		# halfwidth katakana
sl@0
    34
	19				18				0x8140							0x817e							IndexedTable16		{}		# various stuff
sl@0
    35
	18				17				0x8180							0x81ac							IndexedTable16		{}		# various stuff
sl@0
    36
	17				16				0x824f							0x8258							Offset				{}		# fullwidth digits
sl@0
    37
	16				15				0x8260							0x8279							Offset				{}		# fullwidth Latin capital letters
sl@0
    38
	15				14				0x8281							0x829a							Offset				{}		# fullwidth Latin small letters
sl@0
    39
	14				13				0x829f							0x82f1							Offset				{}		# hiragana
sl@0
    40
	13				12				0x8340							0x837e							Offset				{}		# katakana [1]
sl@0
    41
	12				11				0x8380							0x8396							Offset				{}		# katakana [2]
sl@0
    42
	11				10				0x839f							0x83af							Offset				{}		# Greek capital letters [1]
sl@0
    43
	10				9				0x83b0							0x83b6							Offset				{}		# Greek capital letters [2]
sl@0
    44
	9				8				0x83bf							0x83cf							Offset				{}		# Greek small letters [1]
sl@0
    45
	8				7				0x83d0							0x83d6							Offset				{}		# Greek small letters [2]
sl@0
    46
	7				6				0x8440							0x8445							Offset				{}		# Cyrillic capital letters [1]
sl@0
    47
	6				5				0x8447							0x8460							Offset				{}		# Cyrillic capital letters [2]
sl@0
    48
	5				4				0x8470							0x8475							Offset				{}		# Cyrillic small letters [1]
sl@0
    49
	4				3				0x8477							0x847e							Offset				{}		# Cyrillic small letters [2]
sl@0
    50
	3				2				0x8480							0x8491							Offset				{}		# Cyrillic small letters [3]
sl@0
    51
	2				1				0x849f							0x84be							IndexedTable16		{}		# box drawings
sl@0
    52
	1				500				0x81b8							0xeaa4							KeyedTable1616		{}
sl@0
    53
EndForeignToUnicodeData
sl@0
    54
sl@0
    55
StartUnicodeToForeignData
sl@0
    56
#	IncludePriority	SearchPriority	FirstInputCharacterCodeInRange	LastInputCharacterCodeInRange	Algorithm			SizeOfOutputCharacterCodeInBytes	Parameters
sl@0
    57
	22				21				0x0020							0x005b							Direct				1									{}		# ASCII characters [1]
sl@0
    58
	21				20				0x005d							0x007d							Direct				1									{}		# ASCII characters [1]
sl@0
    59
	20				19				0xff61							0xff9f							Offset				1									{}		# halfwidth katakana
sl@0
    60
	19				18				0x00a5							0x00a5							Offset				1									{}		# yen sign
sl@0
    61
	18				17				0x203e							0x203e							Offset				1									{}		# overline
sl@0
    62
	17				16				0x0391							0x03a1							Offset				2									{}		# Greek capital letters [1]
sl@0
    63
	16				15				0x03a3							0x03a9							Offset				2									{}		# Greek capital letters [2]
sl@0
    64
	15				14				0x03b1							0x03c1							Offset				2									{}		# Greek small letters [1]
sl@0
    65
	14				13				0x03c3							0x03c9							Offset				2									{}		# Greek small letters [2]
sl@0
    66
	13				12				0x0410							0x0415							Offset				2									{}		# Cyrillic capital letters [1]
sl@0
    67
	12				11				0x0416							0x042f							Offset				2									{}		# Cyrillic capital letters [2]
sl@0
    68
	11				10				0x0430							0x0435							Offset				2									{}		# Cyrillic small letters [1]
sl@0
    69
	10				9				0x0436							0x043d							Offset				2									{}		# Cyrillic small letters [2]
sl@0
    70
	9				8				0x043e							0x044f							Offset				2									{}		# Cyrillic small letters [3]
sl@0
    71
	8				7				0x3008							0x3011							Offset				2									{}		# brackets (note: in the ForeignToUnicodeData table above, brackets come in one of the IndexedTable16s)
sl@0
    72
	7				6				0x3041							0x3093							Offset				2									{}		# hiragana
sl@0
    73
	6				5				0x30a1							0x30df							Offset				2									{}		# katakana [1]
sl@0
    74
	5				4				0x30e0							0x30f6							Offset				2									{}		# katakana [2]
sl@0
    75
	4				3				0xff10							0xff19							Offset				2									{}		# fullwidth digits
sl@0
    76
	3				2				0xff21							0xff3a							Offset				2									{}		# fullwidth Latin capital letters
sl@0
    77
	2				1				0xff41							0xff5a							Offset				2									{}		# fullwidth Latin small letters
sl@0
    78
	1				100				0x005c							0xffe5							KeyedTable1616		2									{}
sl@0
    79
EndUnicodeToForeignData
sl@0
    80