FONTAINE
1.0
src
orthographies
TaiLe.h
Go to the documentation of this file.
1
//
2
// TaiLe.h
3
//
4
5
#ifndef ORTHOGRAPHY_DATA
6
#include "../OrthographyData.h"
7
#endif
8
9
#ifndef TAILE
10
#define TAILE
11
12
namespace
TaiLe
{
13
14
//
15
// Unicode values
16
//
17
UINT32
values
[]={
18
START_RANGE_PAIR
,
19
0x1950,0x196D,
20
START_RANGE_PAIR
,
21
0x1970,0x1974,
22
END_OF_DATA
23
};
24
25
//
26
// Sample sentences
27
//
28
const
char
*
sentences
[]={
29
"ᥐᥑᥒᥓ ᥣᥤᥥᥦ"
,
30
END_OF_DATA
31
};
32
33
34
//
35
//
36
//
37
OrthographyData
data
={
38
"Tai Le"
,
// Common name
39
""
,
// Native name
40
0x1950,
// key
41
values
,
42
"ᥐᥑᥒᥓ ᥣᥤᥥᥦ"
,
// Sample characters
43
sentences
44
};
45
46
const
OrthographyData
*
pData
= &
data
;
47
48
};
// end of namespace
49
50
#endif
END_OF_DATA
#define END_OF_DATA
Definition:
OrthographyData.h:23
TaiLe::pData
const OrthographyData * pData
Definition:
TaiLe.h:46
TaiLe
Definition:
TaiLe.h:12
OrthographyData
Definition:
OrthographyData.h:28
UINT32
unsigned int UINT32
Definition:
OrthographyData.h:19
TaiLe::sentences
const char * sentences[]
Definition:
TaiLe.h:28
START_RANGE_PAIR
#define START_RANGE_PAIR
Definition:
OrthographyData.h:22
TaiLe::data
OrthographyData data
Definition:
TaiLe.h:37
TaiLe::values
UINT32 values[]
Definition:
TaiLe.h:17
Generated by
1.8.17