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_KND_H_ 27 #define _ISCII_KND_H_ 28 29 #include "iscii-common.h" 30 31 Entry Kannada_isc[] ={ 32 {0xA2, 0x0C82, 2}, 33 {0xA4, 0x0C85, 10}, 34 {0xAF, 0x0C92, 3}, 35 {0xB3, 0x0C95, 20}, 36 {0xC8, 0x0CAA, 6}, 37 {0xCF, 0x0CB0, 1}, 38 {0xD1, 0x0CB2, 2}, 39 {0xD4, 0x0CB5, 5}, 40 {ISC_INV, UNI_INV, 1}, 41 {0xDA, 0x0CBE, 9}, 42 {0xE4, 0x0CCA, 3}, 43 {0xE8, 0x0CCD, 1}, 44 {0xF1, 0x0CE6, 10} 45 }; 46 47 /* 48 Entry *Kannada_uni = Kannada_isc; 49 */ 50 Entry Kannada_uni[] ={ 51 {0xA2, 0x0C82, 2}, 52 {0xA4, 0x0C85, 10}, 53 {0xAF, 0x0C92, 3}, 54 {0xB3, 0x0C95, 20}, 55 {0xC8, 0x0CAA, 6}, 56 {0xCF, 0x0CB0, 1}, 57 {0xD1, 0x0CB2, 2}, 58 {0xD4, 0x0CB5, 5}, 59 {0xDA, 0x0CBE, 9}, 60 {0xE4, 0x0CCA, 3}, 61 {0xE8, 0x0CCD, 1}, 62 {0xF1, 0x0CE6, 10}, 63 {0xE8, UNI_ZWNJ,HALANT}, 64 {0xE9, UNI_ZWJ, HALANT}, 65 {ISC_INV, UNI_INV, 1} 66 }; 67 68 #endif 69