FONTAINE  1.0
Cham.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 // Cham.h
12 //
13 
14 #ifndef ORTHOGRAPHY_DATA
15 #include "../OrthographyData.h"
16 #endif
17 
18 #ifndef CHAM
19 #define CHAM
20 
21 namespace Cham{
22 
23 //
24 // Unicode values
25 //
28  0xAA00,0xAA36,
30  0xAA40,0xAA4D,
32  0xAA50,0xAA59,
34  0xAA5C,0xAA5F,
36 };
37 
38 //
39 // Sample sentences
40 //
41 const char *sentences[]={
42  "ꨀꨁꨂꨃꨄꨅꨆꨇꨉ",
43  END_OF_DATA
44 };
45 
46 
47 //
48 //
49 //
51  "Cham", // Common name
52  "", // Native name
53  0xAA00, // key
54  values,
55  "ꨀꨁꨂꨃꨄꨅꨆꨇꨉ", // Sample characters
56  sentences
57 };
58 
60 
61 }; // end of namespace
62 
63 #endif
unsigned int UINT32
Definition: OrthographyData.h:19
Definition: Cham.h:21
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
Definition: OrthographyData.h:28
UINT32 values[]
Definition: Cham.h:26
const char * sentences[]
Definition: Cham.h:41
#define END_OF_DATA
Definition: OrthographyData.h:23
const OrthographyData * pData
Definition: Cham.h:59
OrthographyData data
Definition: Cham.h:50