FONTAINE
1.0
src
orthographies
Cham.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
// Cham.h
12
//
13
14
#ifndef ORTHOGRAPHY_DATA
15
#include "../OrthographyData.h"
16
#endif
17
18
#ifndef CHAM
19
#define CHAM
20
21
namespace
Cham
{
22
23
//
24
// Unicode values
25
//
26
UINT32
values
[]={
27
START_RANGE_PAIR
,
28
0xAA00,0xAA36,
29
START_RANGE_PAIR
,
30
0xAA40,0xAA4D,
31
START_RANGE_PAIR
,
32
0xAA50,0xAA59,
33
START_RANGE_PAIR
,
34
0xAA5C,0xAA5F,
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
"Cham"
,
// Common name
52
""
,
// Native name
53
0xAA00,
// key
54
values
,
55
"ꨀꨁꨂꨃꨄꨅꨆꨇꨉ"
,
// Sample characters
56
sentences
57
};
58
59
const
OrthographyData
*
pData
= &
data
;
60
61
};
// end of namespace
62
63
#endif
END_OF_DATA
#define END_OF_DATA
Definition:
OrthographyData.h:23
Cham::pData
const OrthographyData * pData
Definition:
Cham.h:59
OrthographyData
Definition:
OrthographyData.h:28
UINT32
unsigned int UINT32
Definition:
OrthographyData.h:19
Cham::values
UINT32 values[]
Definition:
Cham.h:26
Cham
Definition:
Cham.h:21
Cham::sentences
const char * sentences[]
Definition:
Cham.h:41
START_RANGE_PAIR
#define START_RANGE_PAIR
Definition:
OrthographyData.h:22
Cham::data
OrthographyData data
Definition:
Cham.h:50
Generated by
1.8.17