FONTAINE  1.0
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 //
19  0x1200,0x1248,
21  0x124A,0x124D,
23  0x1250,0x1256,
24  0x1258,
26  0x125A,0x125D,
28  0x1260,0x1288,
30  0x128A,0x128D,
32  0x1290,0x12B0,
34  0x12B2,0x12B5,
36  0x12B8,0x12BE,
37  0x12C0,
39  0x12C2,0x12C5,
41  0x12C8,0x12D6,
43  0x12D8,0x1310,
45  0x1312,0x1315,
47  0x1318,0x135A,
49  0x135F,0x137C,
51 };
52 
53 //
54 // Sample sentences
55 //
56 const char *sentences[]={
57  "፤ ምድርም ሁሉ በአንድ ቋንቋና በአንድ ንግግር ነበረች።",
59 };
60 
61 
62 //
63 //
64 //
66  "Ethiopic", // Common name
67  "ግዕዝ", // Native name
68  0x1210, // key
69  values,
70  "ሀ ሁ ሂ ሃ ሄ ህ ሆ ሐ ሑ ሒ", // Sample characters
71  sentences
72 };
73 
75 
76 }; // end of namespace
77 
78 #endif
unsigned int UINT32
Definition: OrthographyData.h:19
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
const char * sentences[]
Definition: Ethiopic.h:56
Definition: OrthographyData.h:28
UINT32 values[]
Definition: Ethiopic.h:17
const OrthographyData * pData
Definition: Ethiopic.h:74
#define END_OF_DATA
Definition: OrthographyData.h:23
OrthographyData data
Definition: Ethiopic.h:65