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_TML_H_
27 #define _ISCII_TML_H_
28 
29 #include "iscii-common.h"
30 
31 Entry Tamil_isc[] ={
32     {0xA3, 0x0B83, 1},
33     {0xA4, 0x0B85, 6},
34     {0xAB, 0x0B8E, 3},
35     {0xAF, 0x0B92, 3},
36     {0xB3, 0x0B95, 1},
37     {0xB7, 0x0B99, 2},
38     {0xBA, 0x0B9C, 1},
39     {0xBC, 0x0B9E, 2},
40     {0xC1, 0x0BA3, 2},
41     {0xC8, 0x0BA8, 3},
42     {0xCC, 0x0BAE, 2},
43     {0xCF, 0x0BB0, 6},
44     {0xD6, 0x0BB7, 3},
45     {ISC_INV, UNI_INV, 1},
46     {0xDA, 0x0BBE, 5},
47     {0xE4, 0x0BCA, 3},
48     {0xE8, 0x0BCD, 1},
49     {0xF2, 0x0BE7, 9}
50 };
51 
52 /*
53 Entry *Tamil_uni = Tamil_isc;
54 */
55 Entry Tamil_uni[] ={
56     {0xA3, 0x0B83, 1},
57     {0xA4, 0x0B85, 6},
58     {0xAB, 0x0B8E, 3},
59     {0xAF, 0x0B92, 3},
60     {0xB3, 0x0B95, 1},
61     {0xB7, 0x0B99, 2},
62     {0xBA, 0x0B9C, 1},
63     {0xBC, 0x0B9E, 2},
64     {0xC1, 0x0BA3, 2},
65     {0xC8, 0x0BA8, 3},
66     {0xCC, 0x0BAE, 2},
67     {0xCF, 0x0BB0, 6},
68     {0xD6, 0x0BB7, 3},
69     {0xDA, 0x0BBE, 5},
70     {0xE4, 0x0BCA, 3},
71     {0xE8, 0x0BCD, 1},
72     {0xF2, 0x0BE7, 9},
73     {0xE8, UNI_ZWNJ,HALANT},
74     {0xE9, UNI_ZWJ, HALANT},
75     {ISC_INV, UNI_INV, 1}
76 };
77 
78 
79 #endif
80