|
1 # Copyright (c) 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 |
|
17 |
|
18 Endianness FixedBigEndian |
|
19 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 |
|
20 |
|
21 StartForeignVariableByteData |
|
22 # FirstInitialByteValueInRange LastInitialByteValueInRange NumberOfSubsequentBytes |
|
23 0x80 0xFF 1 |
|
24 EndForeignVariableByteData |
|
25 |
|
26 ####################################################################################################################### |
|
27 # Note: gbk_shared.cpp knows about the number of foreign-to-Unicode ranges and Unicode-to-foreign ranges in this file # |
|
28 ####################################################################################################################### |
|
29 |
|
30 StartForeignToUnicodeData |
|
31 # IncludePriority SearchPriority FirstInputCharacterCodeInRange LastInputCharacterCodeInRange Algorithm Parameters |
|
32 # Note: ASCII is in GB2312, so will be extracted from GBK's own conversion data |
|
33 2 2 0xA140 0xFEFE KeyedTable16OfIndexedTables16 {5} |
|
34 1 1 0xA1A4 0xA95F KeyedTable1616 {} |
|
35 EndForeignToUnicodeData |
|
36 |
|
37 StartUnicodeToForeignData |
|
38 # IncludePriority SearchPriority FirstInputCharacterCodeInRange LastInputCharacterCodeInRange Algorithm SizeOfOutputCharacterCodeInBytes Parameters |
|
39 # Note: ASCII is in GB2312, so will be extracted from GBK's own conversion data |
|
40 2 2 0x2FF0 0xFFE5 KeyedTable16OfIndexedTables16 2 {5} |
|
41 1 1 0x00B7 0xFE6B KeyedTable1616 2 {} |
|
42 EndUnicodeToForeignData |