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 /* 22 * Copyright(c) 2001 Sun Microsystems, Inc. 23 * All rights reserved. 24 */ 25 26 #ifndef _ISCII_ORI_H_ 27 #define _ISCII_ORI_H_ 28 29 #include "iscii-common.h" 30 31 Entry Oriya_isc[] ={ 32 {0xA1, 0x0B01, 3}, 33 {0xA4, 0x0B05, 6}, 34 {0xAC, 0x0B0F, 2}, 35 {0xB0, 0x0B13, 2}, 36 {0xB3, 0x0B15, 20}, 37 {0xC8, 0x0B2A, 6}, 38 {0xCE, 0x0B5F, 2}, 39 {0xD1, 0x0B32, 2}, 40 {0xD5, 0x0B36, 4}, 41 {ISC_INV, UNI_INV, 1}, 42 {0xDA, 0x0B3E, 6}, 43 {0xE1, 0x0B47, 2}, 44 {0xE5, 0x0B4B, 2}, 45 {0xE8, 0x0B4D, 1}, 46 {0xE9, 0x0B3C, 1}, 47 {0xF1, 0x0B66, 10} 48 }; 49 50 Entry Oriya_uni[] = { 51 {0xA1, 0x0B01, 3}, 52 {0xA4, 0x0B05, 6}, 53 {0xAC, 0x0B0F, 2}, 54 {0xB0, 0x0B13, 2}, 55 {0xB3, 0x0B15, 20}, 56 {0xC8, 0x0B2A, 6}, 57 {0xD1, 0x0B32, 2}, 58 {0xD5, 0x0B36, 4}, 59 {0xE9, 0x0B3C, 1}, 60 {0xDA, 0x0B3E, 6}, 61 {0xE1, 0x0B47, 2}, 62 {0xE5, 0x0B4B, 2}, 63 {0xE8, 0x0B4D, 1}, 64 {0xBF, 0x0B5C, NUKTA}, 65 {0xC0, 0x0B5D, NUKTA}, 66 {0xCE, 0x0B5F, 2}, 67 {0xF1, 0x0B66, 10}, 68 {0xE8, UNI_ZWNJ,HALANT}, 69 {0xE9, UNI_ZWJ, HALANT}, 70 {ISC_INV, UNI_INV, 1} 71 }; 72 73 int Oriya_nukta_type[] = { 74 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* A0 - A7 */ 75 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* A8 - AF */ 76 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* B0 - B7 */ 77 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0B5C, /* B8 - BF */ 78 0x0B5D, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* C0 - C7 */ 79 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* C8 - CF */ 80 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* D0 - D7 */ 81 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* D8 - DF */ 82 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* E0 - E7 */ 83 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* E8 - EF */ 84 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* F0 - E7 */ 85 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 /* F8 - FF */ 86 }; 87 #endif 88