FONTAINE
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
src
orthographies
Javanese.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
// Javanese.h
12
//
13
14
#ifndef ORTHOGRAPHY_DATA
15
#include "../OrthographyData.h"
16
#endif
17
18
#ifndef JAVANESE
19
#define JAVANESE
20
21
namespace
Javanese{
22
23
//
24
// Unicode values
25
//
26
UINT32
values
[]={
27
START_RANGE_PAIR
,
28
0xA980,0xA9CD,
29
START_RANGE_PAIR
,
30
0xA9CF,0xA9D9,
31
START_RANGE_PAIR
,
32
0xA9DE,0xA9DF,
33
END_OF_DATA
34
};
35
36
//
37
// Sample sentences
38
//
39
const
char
*
sentences
[]={
40
"ꦏꦐꦑꦒꦓꦔꦖꦗꦘ"
,
41
END_OF_DATA
42
};
43
44
45
//
46
//
47
//
48
OrthographyData
data
={
49
"Javanese"
,
// Common name
50
""
,
// Native name
51
0xA98F,
// key
52
values
,
53
"ꦏꦐꦑꦒꦓꦔꦖꦗꦘ"
,
// Sample characters
54
sentences
55
};
56
57
const
OrthographyData
*
pData
= &
data
;
58
59
};
// end of namespace
60
61
#endif
Generated by
1.8.1.2