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 PC-ISCII ISCII-91 27 0x80 0xA1 28 0x81 0xA2 29 0x82 0xA3 30 0x83 0xA4 31 0x84 0xA5 32 0x85 0xA6 33 0x86 0xA7 34 0x87 0xA8 35 0x88 0xA9 36 0x89 0xAA 37 0x8A 0xAB 38 0x8B 0xAC 39 0x8C 0xAD 40 0x8D 0xAE 41 0x8E 0xAF 42 0x8F 0xB0 43 0x90 0xB1 44 0x91 0xB2 45 0x92 0xB3 46 0x93 0xB4 47 0x94 0xB5 48 0x95 0xB6 49 0x96 0xB7 50 0x97 0xB8 51 0x98 0xB9 52 0x99 0xBA 53 0x9A 0xBB 54 0x9B 0xBC 55 0x9C 0xBD 56 0x9D 0xBE 57 0x9E 0xBF 58 0x9F 0xC0 59 0xA0 0xC1 60 0xA1 0xC2 61 0xA2 0xC3 62 0xA3 0xC4 63 0xA4 0xC5 64 0xA5 0xC6 65 0xA6 0xC7 66 0xA7 0xC8 67 0xA8 0xC9 68 0xA9 0xCA 69 0xAA 0xCB 70 0xAB 0xCC 71 0xAC 0xCD 72 0xAD 0xCE 73 0xAE 0xCF 74 0xAF 0xD0 75 76 0xE0 0xEF 77 78 0xE1 0xD1 79 0xE2 0xD2 80 0xE3 0xD3 81 0xE4 0xD4 82 0xE5 0xD5 83 0xE6 0xD6 84 0xE7 0xD7 85 0xE8 0xD8 86 0xE9 0xD9 87 0xEA 0xDA 88 0xEB 0xDB 89 0xEC 0xDC 90 0xED 0xDD 91 0xEE 0xDE 92 0xEF 0xDF 93 94 0xF0 0xF0 95 96 0xF1 0xE0 97 0xF2 0xE1 98 0xF3 0xE2 99 0xF4 0xE3 100 0xF5 0xE4 101 0xF6 0xE5 102 0xF7 0xE6 103 0xF8 0xE7 104 0xF9 0xE8 105 0xFA 0xE9 106 0xFB 0xEA 107 108 For numerals 109 0x30 <---- 0xF1 110 0x31 <---- 0xF2 111 0x32 <---- 0xF3 112 0x33 <---- 0xF4 113 0x34 <---- 0xF5 114 0x35 <---- 0xF6 115 0x36 <---- 0xF7 116 0x37 <---- 0xF8 117 0x38 <---- 0xF9 118 0x39 <---- 0xFA 119