FONTAINE  1.0
AleutLatin.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 // AleutLatin.h
13 //
14 // Contributed by christtrekker$
15 //
16 
17 #ifndef ORTHOGRAPHY_DATA
18 #include "../OrthographyData.h"
19 #endif
20 
21 #ifndef ALEUT_LATIN
22 #define ALEUT_LATIN
23 
24 namespace AleutLatin{
25 
26 //
27 // Unicode values
28 //
31  0x0041,0x0044,
33  0x0046,0x0049,
35  0x004B,0x004F,
37  0x0051,0x005A,
39  0x0061,0x0064,
41  0x0066,0x0069,
43  0x006B,0x006F,
45  0x0071,0x007A,
46  0x011C,
47  0x011D,
48  0x0302, // no separate codepoint for x with circumflex
50 };
51 
52 //
53 // Sample sentences
54 //
55 const char *sentences[]={
56  "",
58 };
59 
60 
61 //
62 //
63 //
65  "Aleut Latin",
66  "Unangan",
67  0x0041, // LATIN CAPITAL LETTER A
68  values,
69  "AaBbFfGgXxRrSsZz",
70  sentences
71 };
72 
74 
75 }; // end of namespace
76 
77 #endif
END_OF_DATA
#define END_OF_DATA
Definition: OrthographyData.h:23
AleutLatin::values
UINT32 values[]
Definition: AleutLatin.h:29
AleutLatin
Definition: AleutLatin.h:24
OrthographyData
Definition: OrthographyData.h:28
UINT32
unsigned int UINT32
Definition: OrthographyData.h:19
AleutLatin::pData
const OrthographyData * pData
Definition: AleutLatin.h:73
AleutLatin::data
OrthographyData data
Definition: AleutLatin.h:64
START_RANGE_PAIR
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
AleutLatin::sentences
const char * sentences[]
Definition: AleutLatin.h:55