FONTAINE  1.0
Mongolian.h
Go to the documentation of this file.
1 //
2 // Mongolian.h
3 //
4 
5 #ifndef ORTHOGRAPHY_DATA
6 #include "../OrthographyData.h"
7 #endif
8 
9 #ifndef MONGOLIAN
10 #define MONGOLIAN
11 
12 namespace Mongolian{
13 
14 //
15 // Unicode values
16 //
18  // Punctuation
20  0x1800,0x180A,
21  // Format Controls
23  0x180B,0x180E,
24  // Digits
26  0x1810,0x1819,
27  // Letters
29  0x1820,0x1877,
30  // Letters for Sanskrit and Tibetan
32  0x1880,0x18AA,
34 };
35 
36 //
37 // Sample sentences
38 //
39 const char *sentences[]={
40  "ᠠᠡᠢᠣᠤᠥᠦᠧ",
42 };
43 
44 
45 //
46 //
47 //
49  "Mongolian", // Common name
50  "", // Native name
51  0x1820, // key
52  values,
53  "ᠠᠡᠢᠣᠤᠥᠦᠧ", // Sample characters
54  sentences
55 };
56 
58 
59 }; // end of namespace
60 
61 #endif
unsigned int UINT32
Definition: OrthographyData.h:19
OrthographyData data
Definition: Mongolian.h:48
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
Definition: OrthographyData.h:28
UINT32 values[]
Definition: Mongolian.h:17
Definition: Mongolian.h:12
#define END_OF_DATA
Definition: OrthographyData.h:23
const OrthographyData * pData
Definition: Mongolian.h:57
const char * sentences[]
Definition: Mongolian.h:39