blob: 159c5e688b10d8fb96919a581f9a02ee2853eace (
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
|
/*
* 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.
*
*/
EA-ISCII ISCII91
/* 'x' at the beginning of a word indicates that the word is an Indian script one */
0x41 0xA1
0x42 0xA2
/* 0x78 is NUKTA */
0x42 NUKTA 0xA3
/* the first vowel */
0x43 0xA4
/* the first vowel followed by Matra to represent another vowel */
0x43 0x6B 0xA5
0x43 0x6C 0xA6
0x43 0x6D 0xA7
0x43 0x6E 0xA8
0x43 0x6F 0xA9
0x43 0x70 0xAA
0x43 0x71 0xAB
0x43 0x72 0xAC
0x43 0x73 0xAD
0x43 0x73 NUKTA 0xAE
0x43 0x74 0xAF
0x43 0x75 0xB0
0x43 0x76 0xB1
0x43 0x76 NUKTA 0xB2
0x44 0xB3
0x45 0xB4
0x46 0xB5
0x47 0xB6
0x47 NUKTA 0xB7
0x48 0xB8
0x49 0xB9
0x4A 0xBA
0x4B 0xBB
0x4B NUKTA 0xBC
0x4C 0xBD
0x4D 0xBE
0x4E 0xBF
0x4F 0xC0
0x50 0xC1
0x51 0xC2
0x52 0xC3
0x53 0xC4
0x54 0xC5
0x55 0xC6
0x55 NUKTA 0xC7
0x56 0xC8
0x57 0xC9
0x58 0xCA
0x59 0xCB
0x5A 0xCC
0x61 0xCD
0x61 NUKTA 0xCE
0x62 0xCF
0x63 0xD0
0x64 0xD1
0x65 0xD2
0x65 NUKTA 0xD3
0x66 0xD4
0x67 0xD5
0x68 0xD6
0x69 0xD7
0x6A 0xD8
0x6A NUKTA 0xD9
0x6B 0xDA
0x6C 0xDB
0x6D 0xDC
0x6E 0xDD
0x6F 0xDE
0x70 0xDF
0x71 0xE0
0x72 0xE1
0x73 0xE2
0x73 NUKTA 0xE3
0x74 0xE4
0x75 0xE5
0x76 0xE6
0x76 NUKTA 0xE7
0x77 0xE8
0x78 0xE9
0x79 0xEA
0x7A 0xEF
|