FONTAINE  1.0
ExtendedArabic.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 // ExtendedArabic.h
13 //
14 
15 #ifndef ORTHOGRAPHY_DATA
16 #include "../OrthographyData.h"
17 #endif
18 
19 #ifndef EXTENDED_ARABIC
20 #define EXTENDED_ARABIC
21 
22 namespace ExtendedArabic{
23 
24 //
25 // Unicode values
26 //
29  0x0672,0x06d3,
30  0x06d5,
32  0x06f0,0x06f9,
34  0x06fa,0x06fc,
36 };
37 
38 //
39 // Sample sentences
40 //
41 const char *sentences[]={
42  "",
44 };
45 
46 
47 //
48 //
49 //
51  "Extended Arabic", // Common name
52  "العربية", // Native name
53  0x0686, // ARABIC LETTER TCHEH
54  values,
55  "ٹ پ څ چ ږ گ ړ ۍ ژ ټ", // Sample characters
56  sentences
57 };
58 
60 
61 }; // end of namespace
62 
63 #endif