FONTAINE
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
src
orthographies
Kharoshthi.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
// Kharoshthi.h
12
//
13
14
#ifndef ORTHOGRAPHY_DATA
15
#include "../OrthographyData.h"
16
#endif
17
18
#ifndef KHAROSHTHI
19
#define KHAROSHTHI
20
21
namespace
Kharoshthi{
22
23
//
24
// Unicode values
25
//
26
UINT32
values
[]={
27
START_RANGE_PAIR
,
28
0x10A00,0x10A03,
29
0x10A05,
30
0x10A06,
31
START_RANGE_PAIR
,
32
0x10A0C,0x10A13,
33
START_RANGE_PAIR
,
34
0x10A15,0x10A17,
35
START_RANGE_PAIR
,
36
0x10A19,0x10A33,
37
START_RANGE_PAIR
,
38
0x10A38,0x10A3A,
39
0x10A3F,
40
START_RANGE_PAIR
,
41
0x10A40,0x10A47,
42
START_RANGE_PAIR
,
43
0x10A50,0x10A58,
44
END_OF_DATA
45
};
46
47
//
48
// Sample sentences
49
//
50
const
char
*
sentences
[]={
51
"𐨐𐨑𐨒𐨓"
,
52
END_OF_DATA
53
};
54
55
56
//
57
//
58
//
59
OrthographyData
data
={
60
"Kharoshthi"
,
// Common name
61
""
,
// Native name
62
0x101A10,
// key
63
values
,
64
"𐨐𐨑𐨒𐨓"
,
// Sample characters
65
sentences
66
};
67
68
const
OrthographyData
*
pData
= &
data
;
69
70
};
// end of namespace
71
72
#endif
Generated by
1.8.3.1