FONTAINE
1.0
src
orthographies
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
//
27
UINT32
values
[]={
28
START_RANGE_PAIR
,
29
0x0981,0x0983,
30
START_RANGE_PAIR
,
31
0x0985,0x098c,
32
START_RANGE_PAIR
,
33
0x098f,0x0990,
34
START_RANGE_PAIR
,
35
0x0993,0x09a8,
36
START_RANGE_PAIR
,
37
0x09aa,0x09b0,
38
0x09b2,
39
START_RANGE_PAIR
,
40
0x09b6,0x09b9,
41
0x09bc,
42
START_RANGE_PAIR
,
43
0x09be,0x09c4,
44
START_RANGE_PAIR
,
45
0x09c7,0x09c8,
46
START_RANGE_PAIR
,
47
0x09cb,0x09cd,
48
0x09d7,
49
START_RANGE_PAIR
,
50
0x09dc,0x09dd,
51
START_RANGE_PAIR
,
52
0x09df,0x09e3,
53
START_RANGE_PAIR
,
54
0x09e6,0x09fa,
55
END_OF_DATA
56
};
57
58
//
59
// Sample sentences
60
//
61
const
char
*
sentences
[]={
62
"না মামা থেকে কানা মামা ভাল।"
,
63
END_OF_DATA
64
};
65
66
67
//
68
//
69
//
70
OrthographyData
data
={
71
"Bengali"
,
// Common name
72
"বাংলা"
,
// Native name
73
0x0985,
// key অ
74
values
,
75
"অ আ ই ঈ উ এ ঐ ও ঔ ক খ গ"
,
// Sample characters
76
sentences
77
};
78
79
const
OrthographyData
*
pData
= &
data
;
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
Generated by
1.8.17