FONTAINE
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
src
orthographies
Sindhi.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
// Sindhi.h
13
//
14
15
#ifndef ORTHOGRAPHY_DATA
16
#include "../OrthographyData.h"
17
#endif
18
19
#ifndef SINDHI
20
#define SINDHI
21
22
namespace
Sindhi{
23
24
//
25
// Unicode values
26
//
27
UINT32
values
[]={
28
0x067a,
29
0x067b,
30
0x067d,
31
0x067e,
32
0x067f,
33
0x0680,
34
0x0683,
35
0x0684,
36
0x0686,
37
0x0687,
38
0x068a,
39
0x068c,
40
0x068d,
41
0x068e,
42
0x068f,
43
0x0699,
44
0x06a6,
45
0x06af,
46
0x06b1,
47
0x06b2,
48
0x06b3,
49
0x06b4,
50
0x06bb,
51
0x06cd,
52
0x06d0,
53
0x06fd,
54
0x06fe,
55
END_OF_DATA
56
};
57
58
//
59
// Sample sentences
60
//
61
const
char
*
sentences
[]={
62
""
,
63
END_OF_DATA
64
};
65
66
67
//
68
//
69
//
70
OrthographyData
data
={
71
"Sindhi"
,
// Common name
72
"سنڌي"
,
// Native name
73
0x067a,
// ARABIC LETTER TTEHEH (TEH w/ 2 vertical dots)
74
values
,
75
"ٺ ٻ ٽ ٿ ڀ ڃ ڄ ڇ"
,
// Sample characters
76
sentences
77
};
78
79
const
OrthographyData
*
pData
= &
data
;
80
81
};
// end of namespace
82
83
#endif
Generated by
1.8.3.1