FONTAINE  1.0
Uighur.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 // Uighur.h
13 //
14 
15 #ifndef ORTHOGRAPHY_DATA
16 #include "../OrthographyData.h"
17 #endif
18 
19 #ifndef UIGHUR
20 #define UIGHUR
21 
22 namespace Uighur{
23 
24 //
25 // Unicode values
26 //
28  0x06ad,
29  0x06c6,
30  0x06c8,
31  0x06cb,
32  0x06d0,
33  0x06d5,
34  0x067e,
35  0x0686,
36  0x0698,
37  0x06af,
39 };
40 
41 //
42 // Sample sentences
43 //
44 const char *sentences[]={
45  "",
47 };
48 
49 
50 //
51 //
52 //
54  "Uighur", // Common name
55  "ئۇيغۇر", // Native name
56  0x06ad, // ARABIC LETTER NG
57  values,
58  "ڛ ۆ ڭ ە پ چ ژ گ", // Sample characters
59  sentences
60 };
61 
63 
64 }; // end of namespace
65 
66 #endif
unsigned int UINT32
Definition: OrthographyData.h:19
OrthographyData data
Definition: Uighur.h:53
UINT32 values[]
Definition: Uighur.h:27
Definition: OrthographyData.h:28
Definition: Uighur.h:22
const char * sentences[]
Definition: Uighur.h:44
const OrthographyData * pData
Definition: Uighur.h:62
#define END_OF_DATA
Definition: OrthographyData.h:23