blob: f9fcf4a44234a04975f3550b2ff411ead39d99a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License (the "License").
* You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
* See the License for the specific language governing permissions
* and limitations under the License.
*
* When distributing Covered Code, include this CDDL HEADER in each
* file and include the License file at src/OPENSOLARIS.LICENSE.
* If applicable, add the following below this CDDL HEADER, with the
* fields enclosed by brackets "[]" replaced with your own identifying
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*
* Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*
*/
PC-ISCII ISCII-91
0x80 0xA1
0x81 0xA2
0x82 0xA3
0x83 0xA4
0x84 0xA5
0x85 0xA6
0x86 0xA7
0x87 0xA8
0x88 0xA9
0x89 0xAA
0x8A 0xAB
0x8B 0xAC
0x8C 0xAD
0x8D 0xAE
0x8E 0xAF
0x8F 0xB0
0x90 0xB1
0x91 0xB2
0x92 0xB3
0x93 0xB4
0x94 0xB5
0x95 0xB6
0x96 0xB7
0x97 0xB8
0x98 0xB9
0x99 0xBA
0x9A 0xBB
0x9B 0xBC
0x9C 0xBD
0x9D 0xBE
0x9E 0xBF
0x9F 0xC0
0xA0 0xC1
0xA1 0xC2
0xA2 0xC3
0xA3 0xC4
0xA4 0xC5
0xA5 0xC6
0xA6 0xC7
0xA7 0xC8
0xA8 0xC9
0xA9 0xCA
0xAA 0xCB
0xAB 0xCC
0xAC 0xCD
0xAD 0xCE
0xAE 0xCF
0xAF 0xD0
0xE0 0xEF
0xE1 0xD1
0xE2 0xD2
0xE3 0xD3
0xE4 0xD4
0xE5 0xD5
0xE6 0xD6
0xE7 0xD7
0xE8 0xD8
0xE9 0xD9
0xEA 0xDA
0xEB 0xDB
0xEC 0xDC
0xED 0xDD
0xEE 0xDE
0xEF 0xDF
0xF0 0xF0
0xF1 0xE0
0xF2 0xE1
0xF3 0xE2
0xF4 0xE3
0xF5 0xE4
0xF6 0xE5
0xF7 0xE6
0xF8 0xE7
0xF9 0xE8
0xFA 0xE9
0xFB 0xEA
For numerals
0x30 <---- 0xF1
0x31 <---- 0xF2
0x32 <---- 0xF3
0x33 <---- 0xF4
0x34 <---- 0xF5
0x35 <---- 0xF6
0x36 <---- 0xF7
0x37 <---- 0xF8
0x38 <---- 0xF9
0x39 <---- 0xFA
|