FONTAINE  1.0
Carian.h
Go to the documentation of this file.
1 //
2 // Carian.h
3 //
4 // Contributed by christtrekker
5 // 2015.06.30
6 //
7 
8 #ifndef ORTHOGRAPHY_DATA
9 #include "../OrthographyData.h"
10 #endif
11 
12 #ifndef CARIAN
13 #define CARIAN
14 
15 namespace Carian{
16 
17 //
18 // Unicode values
19 //
22  0x102A0,0x102D0,
24 };
25 
26 //
27 // Sample sentences
28 //
29 const char *sentences[]={
30  "",
32 };
33 
34 
35 //
36 //
37 //
39  "Carian", // Common name
40  "", // Native name
41  0x102A0, // key
42  values,
43  "",// Sample characters
44  sentences
45 };
46 
48 
49 }; // end of namespace
50 
51 #endif
unsigned int UINT32
Definition: OrthographyData.h:19
Definition: Carian.h:15
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
UINT32 values[]
Definition: Carian.h:20
Definition: OrthographyData.h:28
const char * sentences[]
Definition: Carian.h:29
OrthographyData data
Definition: Carian.h:38
const OrthographyData * pData
Definition: Carian.h:47
#define END_OF_DATA
Definition: OrthographyData.h:23