FONTAINE  1.0
Limbu.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 // Limbu.h
12 //
13 
14 #ifndef ORTHOGRAPHY_DATA
15 #include "../OrthographyData.h"
16 #endif
17 
18 #ifndef LIMBU
19 #define LIMBU
20 
21 namespace Limbu{
22 
23 //
24 // Unicode values
25 //
28  0x1900,0x191C,
30  0x1920,0x192B,
32  0x1930,0x193B,
33  0x1940,
35  0x1944,0x194F,
37 };
38 
39 //
40 // Sample sentences
41 //
42 const char *sentences[]={
43  "ᤁᤂᤃ",
44  END_OF_DATA
45 };
46 
47 
48 //
49 //
50 //
52  "Limbu", // Common name
53  "", // Native name
54  0x1901, // key
55  values,
56  "ᤁᤂᤃ", // Sample characters
57  sentences
58 };
59 
61 
62 }; // end of namespace
63 
64 #endif
unsigned int UINT32
Definition: OrthographyData.h:19
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
OrthographyData data
Definition: Limbu.h:51
Definition: OrthographyData.h:28
Definition: Limbu.h:21
UINT32 values[]
Definition: Limbu.h:26
const OrthographyData * pData
Definition: Limbu.h:60
#define END_OF_DATA
Definition: OrthographyData.h:23
const char * sentences[]
Definition: Limbu.h:42