FONTAINE
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
src
orthographies
Pashto.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
// Pashto.h
13
//
14
15
#ifndef ORTHOGRAPHY_DATA
16
#include "../OrthographyData.h"
17
#endif
18
19
#ifndef PASHTO
20
#define PASHTO
21
22
namespace
Pashto{
23
24
//
25
// Unicode values
26
//
27
UINT32
values
[]={
28
0x067c,
29
0x067e,
30
0x0681,
31
// 0x0682, // Not used in modern Pashto
32
0x0685,
33
0x0686,
34
0x0689,
35
0x0693,
36
0x0696,
37
0x0698,
38
0x069a,
39
0x06ab,
40
0x06bc,
41
0x06cd,
42
0x06d0,
43
END_OF_DATA
44
};
45
46
//
47
// Sample sentences
48
//
49
const
char
*
sentences
[]={
50
""
,
51
END_OF_DATA
52
};
53
54
55
//
56
//
57
//
58
OrthographyData
data
={
59
"Pashto"
,
// Common name
60
"پښتو"
,
// Native name
61
0x685,
// HEH WITH THREE DOTS ABOVE
62
values
,
63
"ټ پ ځ ڂ څ چ ډ ړ ګ ې"
,
// Sample characters
64
sentences
65
};
66
67
const
OrthographyData
*
pData
= &
data
;
68
69
};
// end of namespace
70
71
#endif
Generated by
1.8.3.1