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_TLG_H_ 27 #define _ISCII_TLG_H_ 28 29 #include "iscii-common.h" 30 31 Entry Telugu_isc[] ={ 32 {0xA2, 0x0C02, 2}, 33 {0xA4, 0x0C05, 10}, 34 {0xAF, 0x0C12, 3}, 35 {0xB3, 0x0C15, 20}, 36 {0xC8, 0x0C2A, 6}, 37 {0xCF, 0x0C30, 4}, 38 {0xD4, 0x0C35, 5}, 39 {ISC_INV, UNI_INV, 1}, 40 {0xDA, 0x0C3E, 9}, 41 {0xE4, 0x0C4A, 3}, 42 {0xE8, 0x0C4D, 1}, 43 {0xF1, 0x0C66, 10} 44 }; 45 46 /* 47 Entry *Telugu_uni = Telugu_isc; 48 */ 49 Entry Telugu_uni[] ={ 50 {0xA2, 0x0C02, 2}, 51 {0xA4, 0x0C05, 10}, 52 {0xAF, 0x0C12, 3}, 53 {0xB3, 0x0C15, 20}, 54 {0xC8, 0x0C2A, 6}, 55 {0xCF, 0x0C30, 4}, 56 {0xD4, 0x0C35, 5}, 57 {0xDA, 0x0C3E, 9}, 58 {0xE4, 0x0C4A, 3}, 59 {0xE8, 0x0C4D, 1}, 60 {0xF1, 0x0C66, 10}, 61 {0xE8, UNI_ZWNJ,HALANT}, 62 {0xE9, UNI_ZWJ, HALANT}, 63 {ISC_INV, UNI_INV, 1} 64 }; 65 66 67 #endif 68