FONTAINE
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
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
Generated by
1.8.1.2