1/* 2 * CDDL HEADER START 3 * 4 * The contents of this file are subject to the terms of the 5 * Common Development and Distribution License (the "License"). 6 * You may not use this file except in compliance with the License. 7 * 8 * You can obtain a copy of the license at src/OPENSOLARIS.LICENSE 9 * or http://www.opensolaris.org/os/licensing. 10 * See the License for the specific language governing permissions 11 * and limitations under the License. 12 * 13 * When distributing Covered Code, include this CDDL HEADER in each 14 * file and include the License file at src/OPENSOLARIS.LICENSE. 15 * If applicable, add the following below this CDDL HEADER, with the 16 * fields enclosed by brackets "[]" replaced with your own identifying 17 * information: Portions Copyright [yyyy] [name of copyright owner] 18 * 19 * CDDL HEADER END 20 * 21 * Copyright 2006 Sun Microsystems, Inc. All rights reserved. 22 * Use is subject to license terms. 23 * 24 */ 25 26 EA-ISCII ISCII91 27/* 'x' at the beginning of a word indicates that the word is an Indian script one */ 28 29 0x41 0xA1 30 0x42 0xA2 31/* 0x78 is NUKTA */ 32 0x42 NUKTA 0xA3 33/* the first vowel */ 34 0x43 0xA4 35/* the first vowel followed by Matra to represent another vowel */ 36 0x43 0x6B 0xA5 37 0x43 0x6C 0xA6 38 0x43 0x6D 0xA7 39 0x43 0x6E 0xA8 40 0x43 0x6F 0xA9 41 0x43 0x70 0xAA 42 0x43 0x71 0xAB 43 0x43 0x72 0xAC 44 0x43 0x73 0xAD 45 0x43 0x73 NUKTA 0xAE 46 0x43 0x74 0xAF 47 0x43 0x75 0xB0 48 0x43 0x76 0xB1 49 0x43 0x76 NUKTA 0xB2 50 51 0x44 0xB3 52 0x45 0xB4 53 0x46 0xB5 54 0x47 0xB6 55 0x47 NUKTA 0xB7 56 0x48 0xB8 57 0x49 0xB9 58 0x4A 0xBA 59 0x4B 0xBB 60 0x4B NUKTA 0xBC 61 0x4C 0xBD 62 0x4D 0xBE 63 0x4E 0xBF 64 0x4F 0xC0 65 0x50 0xC1 66 0x51 0xC2 67 0x52 0xC3 68 0x53 0xC4 69 0x54 0xC5 70 0x55 0xC6 71 0x55 NUKTA 0xC7 72 0x56 0xC8 73 0x57 0xC9 74 0x58 0xCA 75 0x59 0xCB 76 0x5A 0xCC 77 78 0x61 0xCD 79 0x61 NUKTA 0xCE 80 0x62 0xCF 81 0x63 0xD0 82 0x64 0xD1 83 0x65 0xD2 84 0x65 NUKTA 0xD3 85 0x66 0xD4 86 0x67 0xD5 87 0x68 0xD6 88 0x69 0xD7 89 0x6A 0xD8 90 0x6A NUKTA 0xD9 91 92 0x6B 0xDA 93 0x6C 0xDB 94 0x6D 0xDC 95 0x6E 0xDD 96 0x6F 0xDE 97 0x70 0xDF 98 0x71 0xE0 99 0x72 0xE1 100 0x73 0xE2 101 0x73 NUKTA 0xE3 102 0x74 0xE4 103 0x75 0xE5 104 0x76 0xE6 105 0x76 NUKTA 0xE7 106 0x77 0xE8 107 0x78 0xE9 108 0x79 0xEA 109 0x7A 0xEF 110