FONTAINE  1.0
Vietnamese.h
Go to the documentation of this file.
1 //
2 // The Fontaine Font Analysis Project
3 //
4 // Copyright (c) 2009 by Edward H. Trager
5 // All Rights Reserved
6 //
7 // Released under the GNU GPL version 2.0 or later.
8 //
9 
10 
11 //
12 // Vietnamese.h
13 //
14 
15 #ifndef ORTHOGRAPHY_DATA
16 #include "../OrthographyData.h"
17 #endif
18 
19 #ifndef VIETNAMESE
20 #define VIETNAMESE
21 
22 namespace Vietnamese{
23 
24 //
25 // Unicode values
26 //
28  0x00C0,
29  0x00E0,
30  0x00C1,
31  0x00E1,
32  0x00C2,
33  0x00E2,
34  0x1EA6,
35  0x1EA7,
36  0x1EA4,
37  0x1EA5,
38  0x1EAA,
39  0x1EAB,
40  0x1EA8,
41  0x1EA9,
42  0x1EAC,
43  0x1EAD,
44  0x00C3,
45  0x00E3,
46  0x0102,
47  0x0103,
48  0x1EB0,
49  0x1EB1,
50  0x1EAE,
51  0x1EAF,
52  0x1EB4,
53  0x1EB5,
54  0x1EB2,
55  0x1EB3,
56  0x1EB6,
57  0x1EB7,
58  0x1EA2,
59  0x1EA3,
60  0x1EA0,
61  0x1EA1,
62  0x0110,
63  0x0111,
64  0x00C8,
65  0x00E8,
66  0x00C9,
67  0x00E9,
68  0x00CA,
69  0x00EA,
70  0x1EC0,
71  0x1EC1,
72  0x1EBE,
73  0x1EBF,
74  0x1EC4,
75  0x1EC5,
76  0x1EC2,
77  0x1EC3,
78  0x1EC6,
79  0x1EC7,
80  0x1EBC,
81  0x1EBD,
82  0x1EBA,
83  0x1EBB,
84  0x1EB8,
85  0x1EB9,
86  0x00CC,
87  0x00EC,
88  0x00CD,
89  0x00ED,
90  0x0128,
91  0x0129,
92  0x1EC8,
93  0x1EC9,
94  0x1ECA,
95  0x1ECB,
96  0x00D2,
97  0x00F2,
98  0x00D3,
99  0x00F3,
100  0x00D4,
101  0x00F4,
102  0x1ED2,
103  0x1ED3,
104  0x1ED0,
105  0x1ED1,
106  0x1ED6,
107  0x1ED7,
108  0x1ED4,
109  0x1ED5,
110  0x1ED8,
111  0x1ED9,
112  0x00D5,
113  0x00F5,
114  0x1ECE,
115  0x1ECF,
116  0x01A0,
117  0x01A1,
118  0x1EDC,
119  0x1EDD,
120  0x1EDA,
121  0x1EDB,
122  0x1EE0,
123  0x1EE1,
124  0x1EDE,
125  0x1EDF,
126  0x1EE2,
127  0x1EE3,
128  0x1ECC,
129  0x1ECD,
130  0x00D9,
131  0x00F9,
132  0x00DA,
133  0x00FA,
134  0x0168,
135  0x0169,
136  0x1EE6,
137  0x1EE7,
138  0x01AF,
139  0x01B0,
140  0x1EEA,
141  0x1EEB,
142  0x1EE8,
143  0x1EE9,
144  0x1EEE,
145  0x1EEF,
146  0x1EEC,
147  0x1EED,
148  0x1EF0,
149  0x1EF1,
150  0x1EE4,
151  0x1EE5,
152  0x1EF2,
153  0x1EF3,
154  0x00DD,
155  0x00FD,
156  0x1EF8,
157  0x1EF9,
158  0x1EF6,
159  0x1EF7,
160  0x1EF4,
161  0x1EF5,
163 };
164 
165 //
166 // Sample sentences : First 2 lines of Tale of Kiều (傳翹):
167 //
168 const char *sentences[]={
169  "Trăm năm, trong cõi người ta, Chữ tài, chữ mệnh, khéo là ghét nhau.",
170  "Trải qua một cuộc bể dâu, Những điều trông thấy mà đau đớn lòng;",
172 };
173 
174 
175 //
176 //
177 //
179  "Vietnamese",
180  "tiếng Việt",
181  0x1EA6, // LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE
182  values,
183  "ẦầẵặỒỗỬửỴỵ",
184  sentences
185 };
186 
188 
189 }; // end of namespace
190 
191 #endif