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 /*
23  * COPYRIGHT AND PERMISSION NOTICE
24  *
25  * Copyright (c) 1991-2005 Unicode, Inc. All rights reserved. Distributed
26  * under the Terms of Use in http://www.unicode.org/copyright.html.
27  *
28  * This file has been modified by Sun Microsystems, Inc.
29  */
30 
31 /*
32  * Copyright (c) 1996 by Sun Microsystems, Inc.
33  */
34 
35 
36 
37 #ifndef _UTF2EUC_TABLE_H_
38 #define _UTF2EUC_TABLE_H_
39 
40 
41 #include "common_thai.h"
42 #include "common_def.h"
43 
44 hcode_table utf2euc_tbl[] = {
45 
46 	{ 0xA1, 0xE0B881 },
47 	{ 0xA2, 0xE0B882 },
48 	{ 0xA3, 0xE0B883 },
49 	{ 0xA4, 0xE0B884 },
50 	{ 0xA5, 0xE0B885 },
51 	{ 0xA6, 0xE0B886 },
52 	{ 0xA7, 0xE0B887 },
53 	{ 0xA8, 0xE0B888 },
54 	{ 0xA9, 0xE0B889 },
55 	{ 0xAA, 0xE0B88A },
56 	{ 0xAB, 0xE0B88B },
57 	{ 0xAC, 0xE0B88C },
58 	{ 0xAD, 0xE0B88D },
59 	{ 0xAE, 0xE0B88E },
60 	{ 0xAF, 0xE0B88F },
61 
62 	{ 0xB0, 0xE0B890 },
63 	{ 0xB1, 0xE0B891 },
64 	{ 0xB2, 0xE0B892 },
65 	{ 0xB3, 0xE0B893 },
66 	{ 0xB4, 0xE0B894 },
67 	{ 0xB5, 0xE0B895 },
68 	{ 0xB6, 0xE0B896 },
69 	{ 0xB7, 0xE0B897 },
70 	{ 0xB8, 0xE0B898 },
71 	{ 0xB9, 0xE0B899 },
72 	{ 0xBA, 0xE0B89A },
73 	{ 0xBB, 0xE0B89B },
74 	{ 0xBC, 0xE0B89C },
75 	{ 0xBD, 0xE0B89D },
76 	{ 0xBE, 0xE0B89E },
77 	{ 0xBF, 0xE0B89F },
78 
79 	{ 0xC0, 0xE0B8A0 },
80 	{ 0xC1, 0xE0B8A1 },
81 	{ 0xC2, 0xE0B8A2 },
82 	{ 0xC3, 0xE0B8A3 },
83 	{ 0xC4, 0xE0B8A4 },
84 	{ 0xC5, 0xE0B8A5 },
85 	{ 0xC6, 0xE0B8A6 },
86 	{ 0xC7, 0xE0B8A7 },
87 	{ 0xC8, 0xE0B8A8 },
88 	{ 0xC9, 0xE0B8A9 },
89 	{ 0xCA, 0xE0B8AA },
90 	{ 0xCB, 0xE0B8AB },
91 	{ 0xCC, 0xE0B8AC },
92 	{ 0xCD, 0xE0B8AD },
93 	{ 0xCE, 0xE0B8AE },
94 	{ 0xCF, 0xE0B8AF },
95 
96 
97 	{ 0xD0, 0xE0B8B0 },
98 	{ 0xD1, 0xE0B8B1 },
99 	{ 0xD2, 0xE0B8B2 },
100 	{ 0xD3, 0xE0B8B3 },
101 	{ 0xD4, 0xE0B8B4 },
102 	{ 0xD5, 0xE0B8B5 },
103 	{ 0xD6, 0xE0B8B6 },
104 	{ 0xD7, 0xE0B8B7 },
105 	{ 0xD8, 0xE0B8B8 },
106 	{ 0xD9, 0xE0B8B9 },
107 	{ 0xDA, 0xE0B8BA },
108 	{ 0xDF, 0xE0B8BF },
109 
110 	{ 0xE0, 0xE0B980 },
111 	{ 0xE1, 0xE0B981 },
112 	{ 0xE2, 0xE0B982 },
113 	{ 0xE3, 0xE0B983 },
114 	{ 0xE4, 0xE0B984 },
115 	{ 0xE5, 0xE0B985 },
116 	{ 0xE6, 0xE0B986 },
117 	{ 0xE7, 0xE0B987 },
118 	{ 0xE8, 0xE0B988 },
119 	{ 0xE9, 0xE0B989 },
120 	{ 0xEA, 0xE0B98A },
121 	{ 0xEB, 0xE0B98B },
122 	{ 0xEC, 0xE0B98C },
123 	{ 0xED, 0xE0B98D },
124 	{ 0xEE, 0xE0B98E },
125 	{ 0xEF, 0xE0B98F },
126 
127 	{ 0xF0, 0xE0B990 },
128 	{ 0xF1, 0xE0B991 },
129 	{ 0xF2, 0xE0B992 },
130 	{ 0xF3, 0xE0B993 },
131 	{ 0xF4, 0xE0B994 },
132 	{ 0xF5, 0xE0B995 },
133 	{ 0xF6, 0xE0B996 },
134 	{ 0xF7, 0xE0B997 },
135 	{ 0xF8, 0xE0B998 },
136 	{ 0xF9, 0xE0B999 },
137 	{ 0xFA, 0xE0B99A },
138 	{ 0xFB, 0xE0B99B }
139 
140 };
141 
142 
143 #endif  /* _UTF2EUC_TABLE_H_ */
144