FONTAINE  1.0
Rejang.h
Go to the documentation of this file.
1 //
2 // The Fontaine Font Analysis Project
3 //
4 // Copyright (c) 2009, 2011 by Edward H. Trager
5 // All Rights Reserved
6 //
7 // Released under the GNU GPL version 2.0 or later.
8 //
9 
10 //
11 // Rejang.h
12 //
13 
14 #ifndef ORTHOGRAPHY_DATA
15 #include "../OrthographyData.h"
16 #endif
17 
18 #ifndef REJANG
19 #define REJANG
20 
21 namespace Rejang{
22 
23 //
24 // Unicode values
25 //
28  0xA930,0xA953,
29  0xA95F,
31 };
32 
33 //
34 // Sample sentences
35 //
36 const char *sentences[]={
37  "ꤰꤱꤲꤳᤴꤵꤶꤷꤸꤹ",
39 };
40 
41 
42 //
43 //
44 //
46  "Rejang", // Common name
47  "", // Native name
48  0xA930, // key
49  values,
50  "ꤰꤱꤲꤳᤴꤵꤶꤷꤸꤹ", // Sample characters
51  sentences
52 };
53 
55 
56 }; // end of namespace
57 
58 #endif
END_OF_DATA
#define END_OF_DATA
Definition: OrthographyData.h:23
Rejang::values
UINT32 values[]
Definition: Rejang.h:26
Rejang::data
OrthographyData data
Definition: Rejang.h:45
OrthographyData
Definition: OrthographyData.h:28
UINT32
unsigned int UINT32
Definition: OrthographyData.h:19
Rejang::sentences
const char * sentences[]
Definition: Rejang.h:36
START_RANGE_PAIR
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
Rejang::pData
const OrthographyData * pData
Definition: Rejang.h:54
Rejang
Definition: Rejang.h:21