FONTAINE
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
src
orthographies
Lao.h
Go to the documentation of this file.
1
//
2
// The Fontaine Font Analysis Project
3
//
4
// Copyright (c) 2009 by Edward H. Trager
5
// All Rights Reserved
6
//
7
// Released under the GNU GPL version 2.0 or later.
8
//
9
10
11
//
12
// Lao.h
13
//
14
15
#ifndef ORTHOGRAPHY_DATA
16
#include "../OrthographyData.h"
17
#endif
18
19
#ifndef LAO
20
#define LAO
21
22
namespace
Lao{
23
24
//
25
// Unicode values
26
//
27
UINT32
values
[]={
28
0x0e81,
29
0x0e82,
30
0x0e84,
31
0x0e87,
32
0x0e88,
33
0x0e8a,
34
0x0e8d,
35
START_RANGE_PAIR
,
36
0x0e94,0x0e97,
37
START_RANGE_PAIR
,
38
0x0e99,0x0e9f,
39
0x0ea1,
40
0x0ea2,
41
0x0ea3,
42
0x0ea5,
43
0x0ea7,
44
0x0eaa,
45
0x0eab,
46
START_RANGE_PAIR
,
47
0x0ead,0x0eb9,
48
0x0ebb,
49
0x0ebc,
50
0x0ebd,
51
START_RANGE_PAIR
,
52
0x0ec0,0x0ec4,
53
0x0ec6,
54
START_RANGE_PAIR
,
55
0x0ec8,0x0ecd,
56
START_RANGE_PAIR
,
57
0x0ed0,0x0ed9,
58
0x0edc,
59
0x0edd,
60
END_OF_DATA
61
};
62
63
//
64
// Sample sentences
65
//
66
const
char
*
sentences
[]={
67
"ຂອບໃຈຫຼາຍໆເດີ"
,
68
END_OF_DATA
69
};
70
71
72
//
73
//
74
//
75
OrthographyData
data
={
76
"Lao"
,
// Common name
77
"ພາສາລາວ"
,
// Native name
78
0x0e81,
// LAO LETTER KO
79
values
,
80
"ກຂຄງຈຊຍດ"
,
// Sample characters
81
sentences
82
};
83
84
const
OrthographyData
*
pData
= &
data
;
85
86
};
// end of namespace
87
88
#endif
Generated by
1.8.1.1