FONTAINE
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
src
orthographies
Ethiopic.h
Go to the documentation of this file.
1
//
2
// Ethiopic.h
3
//
4
5
#ifndef ORTHOGRAPHY_DATA
6
#include "../OrthographyData.h"
7
#endif
8
9
#ifndef ETHIOPIC
10
#define ETHIOPIC
11
12
namespace
Ethiopic{
13
14
//
15
// Unicode values
16
//
17
UINT32
values
[]={
18
START_RANGE_PAIR
,
19
0x1200,0x1248,
20
START_RANGE_PAIR
,
21
0x124A,0x124D,
22
START_RANGE_PAIR
,
23
0x1250,0x1256,
24
0x1258,
25
START_RANGE_PAIR
,
26
0x125A,0x125D,
27
START_RANGE_PAIR
,
28
0x1260,0x1288,
29
START_RANGE_PAIR
,
30
0x128A,0x128D,
31
START_RANGE_PAIR
,
32
0x1290,0x12B0,
33
START_RANGE_PAIR
,
34
0x12B2,0x12B5,
35
START_RANGE_PAIR
,
36
0x12B8,0x12BE,
37
0x12C0,
38
START_RANGE_PAIR
,
39
0x12C2,0x12C5,
40
START_RANGE_PAIR
,
41
0x12C8,0x12D6,
42
START_RANGE_PAIR
,
43
0x12D8,0x1310,
44
START_RANGE_PAIR
,
45
0x1312,0x1315,
46
START_RANGE_PAIR
,
47
0x1318,0x135A,
48
START_RANGE_PAIR
,
49
0x135F,0x137C,
50
END_OF_DATA
51
};
52
53
//
54
// Sample sentences
55
//
56
const
char
*
sentences
[]={
57
"፤ ምድርም ሁሉ በአንድ ቋንቋና በአንድ ንግግር ነበረች።"
,
58
END_OF_DATA
59
};
60
61
62
//
63
//
64
//
65
OrthographyData
data
={
66
"Ethiopic"
,
// Common name
67
"ግዕዝ"
,
// Native name
68
0x1210,
// key
69
values
,
70
"ሀ ሁ ሂ ሃ ሄ ህ ሆ ሐ ሑ ሒ"
,
// Sample characters
71
sentences
72
};
73
74
const
OrthographyData
*
pData
= &
data
;
75
76
};
// end of namespace
77
78
#endif
Generated by
1.8.1.2