FONTAINE
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
src
orthographies
NewTaiLue.h
Go to the documentation of this file.
1
//
2
// NewTaiLue.h
3
//
4
5
#ifndef ORTHOGRAPHY_DATA
6
#include "../OrthographyData.h"
7
#endif
8
9
#ifndef NEWTAILUE
10
#define NEWTAILUE
11
12
namespace
NewTaiLue{
13
14
//
15
// Unicode values
16
//
17
UINT32
values
[]={
18
START_RANGE_PAIR
,
19
0x1980,0x19A9,
20
START_RANGE_PAIR
,
21
0x19B0,0x19C9,
22
START_RANGE_PAIR
,
23
0x19D0,0x19D9,
24
START_RANGE_PAIR
,
25
0x19DE,0x19DF,
26
END_OF_DATA
27
};
28
29
//
30
// Sample sentences
31
//
32
const
char
*
sentences
[]={
33
"ᦀᦁᦂᦃ ᦖᦰ ᦖᦱ ᦖᦲ ᦖᦳ"
,
34
END_OF_DATA
35
};
36
37
38
//
39
//
40
//
41
OrthographyData
data
={
42
"New Tai Lue"
,
// Common name
43
""
,
// Native name
44
0x1980,
// key
45
values
,
46
"ᦀᦁᦂᦃ ᦖᦰ ᦖᦱ ᦖᦲ ᦖᦳ"
,
// Sample characters
47
sentences
48
};
49
50
const
OrthographyData
*
pData
= &
data
;
51
52
};
// end of namespace
53
54
#endif
Generated by
1.8.4