40
|
1 |
# Copyright (c) 1997-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 0xa3 0xbf # 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
|
|
18 |
|
|
19 |
StartForeignVariableByteData
|
|
20 |
# FirstInitialByteValueInRange LastInitialByteValueInRange NumberOfSubsequentBytes
|
|
21 |
0x00 0x7f 0
|
|
22 |
0x80 0xff 1
|
|
23 |
EndForeignVariableByteData
|
|
24 |
|
|
25 |
#######################################################################################################################
|
|
26 |
# Note: gbk_shared.cpp knows about the number of foreign-to-Unicode ranges and Unicode-to-foreign ranges in this file #
|
|
27 |
#######################################################################################################################
|
|
28 |
|
|
29 |
StartForeignToUnicodeData
|
|
30 |
# IncludePriority SearchPriority FirstInputCharacterCodeInRange LastInputCharacterCodeInRange Algorithm Parameters
|
|
31 |
# Note: ASCII is in GB2312, so will be extracted from GBK's own conversion data
|
|
32 |
2 2 0x8140 0xfe4f KeyedTable16OfIndexedTables16 {6}
|
|
33 |
1 1 0xa6ee 0xa996 KeyedTable1616 {}
|
|
34 |
ConflictResolution
|
|
35 |
# ForeignCharacterCodeToResolve UnicodeCharacterCodePreferred
|
|
36 |
0xa1a4 0x00b7
|
|
37 |
0xa1aa 0x2015
|
|
38 |
EndForeignToUnicodeData
|
|
39 |
|
|
40 |
StartUnicodeToForeignData
|
|
41 |
# IncludePriority SearchPriority FirstInputCharacterCodeInRange LastInputCharacterCodeInRange Algorithm SizeOfOutputCharacterCodeInBytes Parameters
|
|
42 |
# Note: ASCII is in GB2312, so will be extracted from GBK's own conversion data
|
|
43 |
1 1 0x0144 0xffe4 KeyedTable1616 2 {}
|
|
44 |
ConflictResolution
|
|
45 |
# UnicodeCharacterCodeToResolve UnicodeCharacterCodePreferred
|
|
46 |
0x2015 0xa1aa
|
|
47 |
EndUnicodeToForeignData
|
|
48 |
|