FONTAINE  1.0
Lao.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 // Lao.h
13 //
14 
15 #ifndef ORTHOGRAPHY_DATA
16 #include "../OrthographyData.h"
17 #endif
18 
19 #ifndef LAO
20 #define LAO
21 
22 namespace Lao{
23 
24 //
25 // Unicode values
26 //
28  0x0e81,
29  0x0e82,
30  0x0e84,
31  0x0e87,
32  0x0e88,
33  0x0e8a,
34  0x0e8d,
36  0x0e94,0x0e97,
38  0x0e99,0x0e9f,
39  0x0ea1,
40  0x0ea2,
41  0x0ea3,
42  0x0ea5,
43  0x0ea7,
44  0x0eaa,
45  0x0eab,
47  0x0ead,0x0eb9,
48  0x0ebb,
49  0x0ebc,
50  0x0ebd,
52  0x0ec0,0x0ec4,
53  0x0ec6,
55  0x0ec8,0x0ecd,
57  0x0ed0,0x0ed9,
58  0x0edc,
59  0x0edd,
61 };
62 
63 //
64 // Sample sentences
65 //
66 const char *sentences[]={
67  "ຂອບໃຈຫຼາຍໆເດີ",
68  END_OF_DATA
69 };
70 
71 
72 //
73 //
74 //
76  "Lao", // Common name
77  "ພາສາລາວ", // Native name
78  0x0e81, // LAO LETTER KO
79  values,
80  "ກຂຄງຈຊຍດ", // Sample characters
81  sentences
82 };
83 
85 
86 }; // end of namespace
87 
88 #endif
unsigned int UINT32
Definition: OrthographyData.h:19
UINT32 values[]
Definition: Lao.h:27
const OrthographyData * pData
Definition: Lao.h:84
const char * sentences[]
Definition: Lao.h:66
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
OrthographyData data
Definition: Lao.h:75
Definition: OrthographyData.h:28
Definition: Lao.h:22
#define END_OF_DATA
Definition: OrthographyData.h:23