FONTAINE  1.0
CypriotSyllabary.h
Go to the documentation of this file.
1 //
2 // The Fontaine Font Analysis Project
3 //
4 // Copyright (c) 2009, 2011, 2014 by Edward H. Trager
5 // All Rights Reserved
6 //
7 // Released under the GNU GPL version 2.0 or later.
8 //
9 
10 //
11 // CypriotSyllabary.h
12 //
13 
14 #ifndef ORTHOGRAPHY_DATA
15 #include "../OrthographyData.h"
16 #endif
17 
18 #ifndef CYPRIOT_SYLLABARY
19 #define CYPRIOT_SYLLABARY
20 
21 namespace CypriotSyllabary {
22 
23 //
24 // Unicode values
25 //
28  0x10800,0x10805,
29  0X10808,
31  0x1080A,0x10835,
32  0x10837,
33  0x10838,
34  0x1083C,
35  0x1083F,
37 };
38 
39 //
40 // Sample sentences
41 //
42 const char *sentences[]={
43  "",
45 };
46 
47 
48 //
49 //
50 //
52  "Cypriot Syllabary", // Common name
53  "Cypriot Syllabary", // Native name
54  0x10800, // key
55  values,
56  "𐠂𐠁𐠀𐠃𐠄𐠅", // Sample characters
57  sentences
58 };
59 
61 
62 }; // end of namespace
63 
64 #endif
CypriotSyllabary::data
OrthographyData data
Definition: CypriotSyllabary.h:51
CypriotSyllabary::sentences
const char * sentences[]
Definition: CypriotSyllabary.h:42
END_OF_DATA
#define END_OF_DATA
Definition: OrthographyData.h:23
CypriotSyllabary::values
UINT32 values[]
Definition: CypriotSyllabary.h:26
OrthographyData
Definition: OrthographyData.h:28
UINT32
unsigned int UINT32
Definition: OrthographyData.h:19
START_RANGE_PAIR
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
CypriotSyllabary::pData
const OrthographyData * pData
Definition: CypriotSyllabary.h:60
CypriotSyllabary
Definition: CypriotSyllabary.h:21