FONTAINE  1.0
AleutCyrillic.h
Go to the documentation of this file.
1 //
2 // The Fontaine Font Analysis Project
3 //
4 // Copyright (c) 2009,2015 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 // AleutCyrillic.h
13 //
14 // Contributed by christtrekker
15 //
16 
17 #ifndef ORTHOGRAPHY_DATA
18 #include "../OrthographyData.h"
19 #endif
20 
21 #ifndef ALEUT_CYRILLIC
22 #define ALEUT_CYRILLIC
23 
24 namespace AleutCyrillic{
25 
26 //
27 // Unicode values
28 //
30  0x0311,
31  0x0406,
32  0x040E,
34  0x0410,0x044f,
35  0x0456,
36  0x045E,
38  0x0472,0x0475,
39  0x04A4,
40  0x04A5,
41  0x051E,
42  0x051F,
44 };
45 
46 //
47 // Sample sentences
48 //
49 const char *sentences[]={
50  "",
52 };
53 
54 
55 //
56 //
57 //
59  "Aleut Cyrillic", // Common name
60  "Aleut Cyrillic", // Native name
61  0x0414, // CYRILLIC CAPITAL LETTER DE
62  values,
63  "", // Sample characters
64  sentences
65 };
66 
68 
69 }; // end of namespace
70 
71 #endif
AleutCyrillic::sentences
const char * sentences[]
Definition: AleutCyrillic.h:49
END_OF_DATA
#define END_OF_DATA
Definition: OrthographyData.h:23
OrthographyData
Definition: OrthographyData.h:28
AleutCyrillic::pData
const OrthographyData * pData
Definition: AleutCyrillic.h:67
UINT32
unsigned int UINT32
Definition: OrthographyData.h:19
AleutCyrillic::values
UINT32 values[]
Definition: AleutCyrillic.h:29
START_RANGE_PAIR
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
AleutCyrillic
Definition: AleutCyrillic.h:24
AleutCyrillic::data
OrthographyData data
Definition: AleutCyrillic.h:58