FONTAINE  1.0
Armenian.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 // Armenian.h
13 //
14 
15 #ifndef ORTHOGRAPHY_DATA
16 #include "../OrthographyData.h"
17 #endif
18 
19 #ifndef ARMENIAN
20 #define ARMENIAN
21 
22 namespace Armenian{
23 
24 //
25 // Unicode values
26 //
29  0x0531,0x0556,
31  0x0559,0x055f,
33  0x0561,0x0587,
34  0x589,0x58a,
36 };
37 
38 //
39 // Sample sentences
40 //
41 const char *sentences[]={
42  "շատ շնորհակալ եմ",
43  END_OF_DATA
44 };
45 
46 
47 //
48 //
49 //
51  "Armenian", // Common name
52  "Հայերեն", // Native name
53  0x0561, // ARMENIAN SMALL LETTER AYB
54  values,
55  "ԱաԲբԳգԴդ", // Sample characters
56  sentences
57 };
58 
60 
61 }; // end of namespace
62 
63 #endif
unsigned int UINT32
Definition: OrthographyData.h:19
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
Definition: OrthographyData.h:28
OrthographyData data
Definition: Armenian.h:50
UINT32 values[]
Definition: Armenian.h:27
Definition: Armenian.h:22
#define END_OF_DATA
Definition: OrthographyData.h:23
const char * sentences[]
Definition: Armenian.h:41
const OrthographyData * pData
Definition: Armenian.h:59