FONTAINE  1.0
Myanmar.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 // Myanmar.h
13 //
14 
15 #ifndef ORTHOGRAPHY_DATA
16 #include "../OrthographyData.h"
17 #endif
18 
19 #ifndef MYANMAR
20 #define MYANMAR
21 
22 namespace Myanmar{
23 
24 //
25 // Unicode values
26 //
29  0x1000,0x1021,
31  0x1023,0x1027,
32  0x1029,
33  0x102a,
35  0x102c,0x1032,
37  0x1036,0x1039,
39  0x1040,0x1059,
41 };
42 
43 //
44 // Sample sentences
45 //
46 const char *sentences[]={
47  "",
49 };
50 
51 
52 //
53 //
54 //
56  "Myanmar", // Common name
57  "မြန်မာအက္ခရာ", // Native name
58  0x1000, // MYANMAR LETTER KA
59  values,
60  "ကခဂဃငစဆဇ", // Sample characters
61  sentences
62 };
63 
65 
66 }; // end of namespace
67 
68 #endif