charconvfw/charconvplugins/data/jisx0208.ctl
changeset 0 1fb32624e06b
child 40 91ef7621b7fc
equal deleted inserted replaced
-1:000000000000 0:1fb32624e06b
       
     1 # Copyright (c) 2000-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 Endianness															FixedBigEndian
       
    17 ReplacementForUnconvertibleUnicodeCharacters						0x00 # a dummy value - the plug-ins using JISX0208.CTL will not use this
       
    18 
       
    19 StartForeignVariableByteData
       
    20 #	FirstInitialByteValueInRange	LastInitialByteValueInRange		NumberOfSubsequentBytes
       
    21 	0x00							0xff							1
       
    22 EndForeignVariableByteData
       
    23 
       
    24 StartForeignToUnicodeData
       
    25 #	IncludePriority	SearchPriority	FirstInputCharacterCodeInRange	LastInputCharacterCodeInRange	Algorithm			Parameters
       
    26 	16				14				0x2330							0x2339							Offset							{}		# fullwidth digits
       
    27 	15				13				0x2341							0x235a							Offset							{}		# fullwidth Latin capital letters
       
    28 	14				12				0x2361							0x237a							Offset							{}		# fullwidth Latin small letters
       
    29 	13				11				0x2421							0x2473							Offset							{}		# hiragana
       
    30 	12				10				0x2521							0x255f							Offset							{}		# katakana [1]
       
    31 	11				9				0x2560							0x2576							Offset							{}		# katakana [2]
       
    32 	10				8				0x2621							0x2631							Offset							{}		# Greek capital letters [1]
       
    33 	9				7				0x2632							0x2638							Offset							{}		# Greek capital letters [2]
       
    34 	8				6				0x2641							0x2651							Offset							{}		# Greek small letters [1]
       
    35 	7				5				0x2652							0x2658							Offset							{}		# Greek small letters [2]
       
    36 	6				4				0x2721							0x2726							Offset							{}		# Cyrillic capital letters [1]
       
    37 	5				3				0x2728							0x2741							Offset							{}		# Cyrillic capital letters [2]
       
    38 	4				2				0x2751							0x2756							Offset							{}		# Cyrillic small letters [1]
       
    39 	3				1				0x2758							0x2771							Offset							{}		# Cyrillic small letters [2]
       
    40 	2				200				0x2121							0x7426							KeyedTable16OfIndexedTables16	{6}
       
    41 	1				100				0x227e							0x2757							KeyedTable1616					{}
       
    42 EndForeignToUnicodeData
       
    43 
       
    44 StartUnicodeToForeignData
       
    45 #	IncludePriority	SearchPriority	FirstInputCharacterCodeInRange	LastInputCharacterCodeInRange	Algorithm			SizeOfOutputCharacterCodeInBytes	Parameters
       
    46 	16				15				0x0391							0x03a1							Offset				2									{}		# Greek capital letters [1]
       
    47 	15				14				0x03a3							0x03a9							Offset				2									{}		# Greek capital letters [2]
       
    48 	14				13				0x03b1							0x03c1							Offset				2									{}		# Greek small letters [1]
       
    49 	13				12				0x03c3							0x03c9							Offset				2									{}		# Greek small letters [2]
       
    50 	12				11				0x0410							0x0415							Offset				2									{}		# Cyrillic capital letters [1]
       
    51 	11				10				0x0416							0x042f							Offset				2									{}		# Cyrillic capital letters [2]
       
    52 	10				9				0x0430							0x0435							Offset				2									{}		# Cyrillic small letters [1]
       
    53 	9				8				0x0436							0x044f							Offset				2									{}		# Cyrillic small letters [2]
       
    54 	8				7				0x3008							0x3011							Offset				2									{}		# brackets (note: in the ForeignToUnicodeData table above, "brackets" come in the KeyedTable16OfIndexedTables16)
       
    55 	7				6				0x3041							0x3093							Offset				2									{}		# hiragana
       
    56 	6				5				0x30a1							0x30df							Offset				2									{}		# katakana [1]
       
    57 	5				4				0x30e0							0x30f6							Offset				2									{}		# katakana [2]
       
    58 	4				3				0xff10							0xff19							Offset				2									{}		# fullwidth digits
       
    59 	3				2				0xff21							0xff3a							Offset				2									{}		# fullwidth Latin capital letters
       
    60 	2				1				0xff41							0xff5a							Offset				2									{}		# fullwidth Latin small letters
       
    61 	1				100				0x00a2							0xffe5							KeyedTable1616		2									{}
       
    62 EndUnicodeToForeignData
       
    63