FONTAINE  1.0
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 //
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,
56 };
57 
58 //
59 // Sample sentences
60 //
61 const char *sentences[]={
62  "",
64 };
65 
66 
67 //
68 //
69 //
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 
80 
81 }; // end of namespace
82 
83 #endif
Sindhi
Definition: Sindhi.h:22
END_OF_DATA
#define END_OF_DATA
Definition: OrthographyData.h:23
Sindhi::values
UINT32 values[]
Definition: Sindhi.h:27
Sindhi::data
OrthographyData data
Definition: Sindhi.h:70
OrthographyData
Definition: OrthographyData.h:28
Sindhi::pData
const OrthographyData * pData
Definition: Sindhi.h:79
UINT32
unsigned int UINT32
Definition: OrthographyData.h:19
Sindhi::sentences
const char * sentences[]
Definition: Sindhi.h:61