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_GJR_H_
27 #define _ISCII_GJR_H_
28 
29 #include "iscii-common.h"
30 
31 Entry Gujarati_isc[] ={
32     {0xA1, 0x0A81, 3},
33     {0xA4, 0x0A85, 7},
34     {0xAC, 0x0A8F, 2},
35     {0xB0, 0x0A93, 2},
36     {0xB3, 0x0B95, 20},
37     {0xC8, 0x0AAA, 6},
38     {0xCF, 0x0AB0, 1},
39     {0xD4, 0x0AB5, 5},
40     {ISC_INV, UNI_INV, 1},
41     {0xDA, 0x0ABE, 5},
42     {0xE1, 0x0AC7, 2},
43     {0xE5, 0x0ACB, 2},
44     {0xE8, 0x0ACD, 1},
45     {0xF1, 0x0AE6, 10}
46 };
47 
48 /*
49 Entry *Gujarati_uni = Gujarati_isc;
50 */
51 
52 Entry Gujarati_uni[] = {
53     {0xA1, 0x0A81, 3},
54     {0xA4, 0x0A85, 7},
55     {0xAC, 0x0A8F, 2},
56     {0xB0, 0x0A93, 2},
57     {0xB3, 0x0B95, 20},
58     {0xC8, 0x0AAA, 6},
59     {0xCF, 0x0AB0, 1},
60     {0xD4, 0x0AB5, 5},
61     {0xDA, 0x0ABE, 5},
62     {0xE1, 0x0AC7, 2},
63     {0xE5, 0x0ACB, 2},
64     {0xE8, 0x0ACD, 1},
65     {0xF1, 0x0AE6, 10},
66     {0xE8, UNI_ZWNJ, HALANT},
67     {0xE9, UNI_ZWJ, HALANT},
68     {ISC_INV, UNI_INV, 1}
69 };
70 #endif
71