FONTAINE  1.0
Thaana.h
Go to the documentation of this file.
1 //
2 // The Fontaine Font Analysis Project
3 //
4 // Copyright (c) 2009 by Edward H. Trager
5 // All Rights Reserved
6 //
7 // Released under the GNU GPL version 2.0 or later.
8 //
9 
10 
11 //
12 // Thaana.h
13 //
14 
15 #ifndef ORTHOGRAPHY_DATA
16 #include "../OrthographyData.h"
17 #endif
18 
19 #ifndef THAANA
20 #define THAANA
21 
22 namespace Thaana{
23 
24 //
25 // Unicode values
26 //
29  0x0780,0x07b0,
31 };
32 
33 //
34 // Sample sentences
35 //
36 const char *sentences[]={
37  // From http://en.wikipedia.org/wiki/Gaumii_salaam#Thaana:
38  "ޤައުމީ މިއެކުވެރިކަން މަތީ ތިބެގެން ކުރީމެ ސަލާމް",
40 };
41 
42 
43 //
44 //
45 //
47  "Thaana", // Common name
48  "ތާނަ", // Native name
49  0x0780, // THAANA LETTER HAA
50  values,
51  "ހ ށ ނ ރ ބ ޅ ކ އ", // Sample characters
52  sentences
53 };
54 
56 
57 }; // end of namespace
58 
59 #endif
unsigned int UINT32
Definition: OrthographyData.h:19
const char * sentences[]
Definition: Thaana.h:36
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
UINT32 values[]
Definition: Thaana.h:27
Definition: OrthographyData.h:28
OrthographyData data
Definition: Thaana.h:46
const OrthographyData * pData
Definition: Thaana.h:55
#define END_OF_DATA
Definition: OrthographyData.h:23
Definition: Thaana.h:22