FONTAINE
1.0
src
orthographies
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
//
20
UINT32
values
[]={
21
START_RANGE_PAIR
,
22
0x16F00,0x16F44,
23
START_RANGE_PAIR
,
24
0x16F50,0x16F7E,
25
START_RANGE_PAIR
,
26
0x16F8F,0x16F9F,
27
END_OF_DATA
28
};
29
30
//
31
// Sample sentences
32
//
33
const
char
*
sentences
[]={
34
""
,
35
END_OF_DATA
36
};
37
38
39
//
40
//
41
//
42
OrthographyData
data
={
43
"Miao"
,
// Common name
44
""
,
// Native name
45
0x16F00,
// key
46
values
,
47
""
,
// Sample characters
48
sentences
49
};
50
51
const
OrthographyData
*
pData
= &
data
;
52
53
};
// end of namespace
54
55
#endif
END_OF_DATA
#define END_OF_DATA
Definition:
OrthographyData.h:23
OrthographyData
Definition:
OrthographyData.h:28
Miao::sentences
const char * sentences[]
Definition:
Miao.h:33
UINT32
unsigned int UINT32
Definition:
OrthographyData.h:19
Miao
Definition:
Miao.h:15
Miao::pData
const OrthographyData * pData
Definition:
Miao.h:51
START_RANGE_PAIR
#define START_RANGE_PAIR
Definition:
OrthographyData.h:22
Miao::values
UINT32 values[]
Definition:
Miao.h:20
Miao::data
OrthographyData data
Definition:
Miao.h:42
Generated by
1.8.17