FONTAINE
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
src
orthographies
Thaana.h
Go to the documentation of this file.
1
//
2
// The Fontaine Font Analysis Project
3
//
4
// Copyright (c) 2009 by Edward H. Trager
5
// All Rights Reserved
6
//
7
// Released under the GNU GPL version 2.0 or later.
8
//
9
10
11
//
12
// Thaana.h
13
//
14
15
#ifndef ORTHOGRAPHY_DATA
16
#include "../OrthographyData.h"
17
#endif
18
19
#ifndef THAANA
20
#define THAANA
21
22
namespace
Thaana{
23
24
//
25
// Unicode values
26
//
27
UINT32
values
[]={
28
START_RANGE_PAIR
,
29
0x0780,0x07b0,
30
END_OF_DATA
31
};
32
33
//
34
// Sample sentences
35
//
36
const
char
*
sentences
[]={
37
// From http://en.wikipedia.org/wiki/Gaumii_salaam#Thaana:
38
"ޤައުމީ މިއެކުވެރިކަން މަތީ ތިބެގެން ކުރީމެ ސަލާމް"
,
39
END_OF_DATA
40
};
41
42
43
//
44
//
45
//
46
OrthographyData
data
={
47
"Thaana"
,
// Common name
48
"ތާނަ"
,
// Native name
49
0x0780,
// THAANA LETTER HAA
50
values
,
51
"ހ ށ ނ ރ ބ ޅ ކ އ"
,
// Sample characters
52
sentences
53
};
54
55
const
OrthographyData
*
pData
= &
data
;
56
57
};
// end of namespace
58
59
#endif
Generated by
1.8.1.1