FONTAINE  1.0
Miao.h
Go to the documentation of this file.
1 //
2 // Miao.h
3 //
4 // Contributed by christtrekker
5 // 2015.06.30
6 //
7 
8 #ifndef ORTHOGRAPHY_DATA
9 #include "../OrthographyData.h"
10 #endif
11 
12 #ifndef MIAO
13 #define MIAO
14 
15 namespace Miao{
16 
17 //
18 // Unicode values
19 //
22  0x16F00,0x16F44,
24  0x16F50,0x16F7E,
26  0x16F8F,0x16F9F,
28 };
29 
30 //
31 // Sample sentences
32 //
33 const char *sentences[]={
34  "",
36 };
37 
38 
39 //
40 //
41 //
43  "Miao", // Common name
44  "", // Native name
45  0x16F00, // key
46  values,
47  "",// Sample characters
48  sentences
49 };
50 
52 
53 }; // end of namespace
54 
55 #endif
unsigned int UINT32
Definition: OrthographyData.h:19
Definition: Miao.h:15
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
const char * sentences[]
Definition: Miao.h:33
Definition: OrthographyData.h:28
OrthographyData data
Definition: Miao.h:42
UINT32 values[]
Definition: Miao.h:20
#define END_OF_DATA
Definition: OrthographyData.h:23
const OrthographyData * pData
Definition: Miao.h:51