FONTAINE
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
src
orthographies
Myanmar.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
// Myanmar.h
13
//
14
15
#ifndef ORTHOGRAPHY_DATA
16
#include "../OrthographyData.h"
17
#endif
18
19
#ifndef MYANMAR
20
#define MYANMAR
21
22
namespace
Myanmar{
23
24
//
25
// Unicode values
26
//
27
UINT32
values
[]={
28
START_RANGE_PAIR
,
29
0x1000,0x1021,
30
START_RANGE_PAIR
,
31
0x1023,0x1027,
32
0x1029,
33
0x102a,
34
START_RANGE_PAIR
,
35
0x102c,0x1032,
36
START_RANGE_PAIR
,
37
0x1036,0x1039,
38
START_RANGE_PAIR
,
39
0x1040,0x1059,
40
END_OF_DATA
41
};
42
43
//
44
// Sample sentences
45
//
46
const
char
*
sentences
[]={
47
""
,
48
END_OF_DATA
49
};
50
51
52
//
53
//
54
//
55
OrthographyData
data
={
56
"Myanmar"
,
// Common name
57
"မြန်မာအက္ခရာ"
,
// Native name
58
0x1000,
// MYANMAR LETTER KA
59
values
,
60
"ကခဂဃငစဆဇ"
,
// Sample characters
61
sentences
62
};
63
64
const
OrthographyData
*
pData
= &
data
;
65
66
};
// end of namespace
67
68
#endif
Generated by
1.8.1.1