FONTAINE  1.0
NewTaiLue.h
Go to the documentation of this file.
1 //
2 // NewTaiLue.h
3 //
4 
5 #ifndef ORTHOGRAPHY_DATA
6 #include "../OrthographyData.h"
7 #endif
8 
9 #ifndef NEWTAILUE
10 #define NEWTAILUE
11 
12 namespace NewTaiLue{
13 
14 //
15 // Unicode values
16 //
19  0x1980,0x19A9,
21  0x19B0,0x19C9,
23  0x19D0,0x19D9,
25  0x19DE,0x19DF,
27 };
28 
29 //
30 // Sample sentences
31 //
32 const char *sentences[]={
33  "ᦀᦁᦂᦃ ᦖᦰ ᦖᦱ ᦖᦲ ᦖᦳ",
35 };
36 
37 
38 //
39 //
40 //
42  "New Tai Lue", // Common name
43  "", // Native name
44  0x1980, // key
45  values,
46  "ᦀᦁᦂᦃ ᦖᦰ ᦖᦱ ᦖᦲ ᦖᦳ", // Sample characters
47  sentences
48 };
49 
51 
52 }; // end of namespace
53 
54 #endif
OrthographyData data
Definition: NewTaiLue.h:41
unsigned int UINT32
Definition: OrthographyData.h:19
Definition: NewTaiLue.h:12
UINT32 values[]
Definition: NewTaiLue.h:17
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
Definition: OrthographyData.h:28
const OrthographyData * pData
Definition: NewTaiLue.h:50
const char * sentences[]
Definition: NewTaiLue.h:32
#define END_OF_DATA
Definition: OrthographyData.h:23