FONTAINE
1.0
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
Brahmi::data
OrthographyData data
Definition:
Brahmi.h:50
END_OF_DATA
#define END_OF_DATA
Definition:
OrthographyData.h:23
Brahmi::sentences
const char * sentences[]
Definition:
Brahmi.h:41
OrthographyData
Definition:
OrthographyData.h:28
UINT32
unsigned int UINT32
Definition:
OrthographyData.h:19
Brahmi
Definition:
Brahmi.h:21
START_RANGE_PAIR
#define START_RANGE_PAIR
Definition:
OrthographyData.h:22
Brahmi::values
UINT32 values[]
Definition:
Brahmi.h:26
Brahmi::pData
const OrthographyData * pData
Definition:
Brahmi.h:59
Generated by
1.8.17