FONTAINE  1.0
Kharoshthi.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 // Kharoshthi.h
12 //
13 
14 #ifndef ORTHOGRAPHY_DATA
15 #include "../OrthographyData.h"
16 #endif
17 
18 #ifndef KHAROSHTHI
19 #define KHAROSHTHI
20 
21 namespace Kharoshthi{
22 
23 //
24 // Unicode values
25 //
28  0x10A00,0x10A03,
29  0x10A05,
30  0x10A06,
32  0x10A0C,0x10A13,
34  0x10A15,0x10A17,
36  0x10A19,0x10A33,
38  0x10A38,0x10A3A,
39  0x10A3F,
41  0x10A40,0x10A47,
43  0x10A50,0x10A58,
45 };
46 
47 //
48 // Sample sentences
49 //
50 const char *sentences[]={
51  "𐨐𐨑𐨒𐨓",
53 };
54 
55 
56 //
57 //
58 //
60  "Kharoshthi", // Common name
61  "", // Native name
62  0x101A10, // key
63  values,
64  "𐨐𐨑𐨒𐨓", // Sample characters
65  sentences
66 };
67 
69 
70 }; // end of namespace
71 
72 #endif
Kharoshthi::values
UINT32 values[]
Definition: Kharoshthi.h:26
END_OF_DATA
#define END_OF_DATA
Definition: OrthographyData.h:23
OrthographyData
Definition: OrthographyData.h:28
Kharoshthi
Definition: Kharoshthi.h:21
UINT32
unsigned int UINT32
Definition: OrthographyData.h:19
Kharoshthi::pData
const OrthographyData * pData
Definition: Kharoshthi.h:68
Kharoshthi::data
OrthographyData data
Definition: Kharoshthi.h:59
Kharoshthi::sentences
const char * sentences[]
Definition: Kharoshthi.h:50
START_RANGE_PAIR
#define START_RANGE_PAIR
Definition: OrthographyData.h:22