FONTAINE  1.0
Bengali.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 // Bengali.h
13 //
14 
15 #ifndef ORTHOGRAPHY_DATA
16 #include "../OrthographyData.h"
17 #endif
18 
19 #ifndef BENGALI
20 #define BENGALI
21 
22 namespace Bengali{
23 
24 //
25 // Unicode values
26 //
29  0x0981,0x0983,
31  0x0985,0x098c,
33  0x098f,0x0990,
35  0x0993,0x09a8,
37  0x09aa,0x09b0,
38  0x09b2,
40  0x09b6,0x09b9,
41  0x09bc,
43  0x09be,0x09c4,
45  0x09c7,0x09c8,
47  0x09cb,0x09cd,
48  0x09d7,
50  0x09dc,0x09dd,
52  0x09df,0x09e3,
54  0x09e6,0x09fa,
56 };
57 
58 //
59 // Sample sentences
60 //
61 const char *sentences[]={
62  "না মামা থেকে কানা মামা ভাল।",
64 };
65 
66 
67 //
68 //
69 //
71  "Bengali", // Common name
72  "বাংলা", // Native name
73  0x0985, // key অ
74  values,
75  "অ আ ই ঈ উ এ ঐ ও ঔ ক খ গ", // Sample characters
76  sentences
77 };
78 
80 
81 }; // end of namespace
82 
83 #endif
END_OF_DATA
#define END_OF_DATA
Definition: OrthographyData.h:23
Bengali::pData
const OrthographyData * pData
Definition: Bengali.h:79
Bengali
Definition: Bengali.h:22
OrthographyData
Definition: OrthographyData.h:28
UINT32
unsigned int UINT32
Definition: OrthographyData.h:19
Bengali::data
OrthographyData data
Definition: Bengali.h:70
Bengali::values
UINT32 values[]
Definition: Bengali.h:27
START_RANGE_PAIR
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
Bengali::sentences
const char * sentences[]
Definition: Bengali.h:61