FONTAINE
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
src
orthographies
Brahmi.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
// Brahmi.h
12
//
13
14
#ifndef ORTHOGRAPHY_DATA
15
#include "../OrthographyData.h"
16
#endif
17
18
#ifndef BRAHMI
19
#define BRAHMI
20
21
namespace
Brahmi{
22
23
//
24
// Unicode values
25
//
26
UINT32
values
[]={
27
// Various signs, independent vowels,
28
// consonants, dependent vowels, virama,
29
// and punctuation marks:
30
START_RANGE_PAIR
,
31
0x11000,0x1104D,
32
// Numbers and digits:
33
START_RANGE_PAIR
,
34
0x11052,0x1106F,
35
END_OF_DATA
36
};
37
38
//
39
// Sample sentences
40
//
41
const
char
*
sentences
[]={
42
"π©πΌπ€π₯π π²ππ‘π ππππ«πΊ"
,
43
END_OF_DATA
44
};
45
46
47
//
48
//
49
//
50
OrthographyData
data
={
51
"BrΔhmΔ«"
,
// Common name
52
""
,
// Native name
53
0x11005,
// key
54
values
,
55
"π©πΌπ€π₯π π²ππ‘π ππππ«πΊ"
,
// Sample characters
56
sentences
57
};
58
59
const
OrthographyData
*
pData
= &
data
;
60
61
};
// end of namespace
62
63
#endif
Generated by
1.8.1.2