|
1 # ISO88597.CTL |
|
2 # |
|
3 # Copyright (c) 1997-2000 Nokia Corporation and/or its subsidiary(-ies). |
|
4 # All rights reserved. |
|
5 # This component and the accompanying materials are made available |
|
6 # under the terms of the License "Eclipse Public License v1.0" |
|
7 # which accompanies this distribution, and is available |
|
8 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
9 # |
|
10 # Initial Contributors: |
|
11 # Nokia Corporation - initial contribution. |
|
12 # |
|
13 # Contributors: |
|
14 # |
|
15 # Description: |
|
16 # |
|
17 |
|
18 Endianness FixedBigEndian |
|
19 ReplacementForUnconvertibleUnicodeCharacters 0x1a # ASCII "substitute" character - 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 0x00 0xff 0 |
|
24 EndForeignVariableByteData |
|
25 |
|
26 StartForeignToUnicodeData |
|
27 # IncludePriority SearchPriority FirstInputCharacterCodeInRange LastInputCharacterCodeInRange Algorithm Parameters |
|
28 4 4 0x00 0x9f Direct {} # ASCII |
|
29 3 3 0xbe 0xd1 Offset {} |
|
30 2 2 0xd3 0xfe Offset {} |
|
31 1 1 0xa0 0xbd KeyedTable1616 {} |
|
32 EndForeignToUnicodeData |
|
33 |
|
34 StartUnicodeToForeignData |
|
35 # IncludePriority SearchPriority FirstInputCharacterCodeInRange LastInputCharacterCodeInRange Algorithm SizeOfOutputCharacterCodeInBytes Parameters |
|
36 4 4 0x0000 0x009f Direct 1 {} # ASCII |
|
37 3 3 0x038e 0x03a1 Offset 1 {} |
|
38 2 2 0x03a3 0x03ce Offset 1 {} |
|
39 1 1 0x00a0 0x2019 KeyedTable1616 1 {} |
|
40 EndUnicodeToForeignData |
|
41 |