FONTAINE  1.0
Turkish.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 // turkish.h
13 //
14 
15 #ifndef ORTHOGRAPHY_DATA
16 #include "../OrthographyData.h"
17 #endif
18 
19 #ifndef TURKISH
20 #define TURKISH
21 
22 namespace Turkish{
23 
24 //
25 // Unicode values
26 //
28  0x00C2,
29  0x00E2,
30  0x00C7,
31  0x00E7,
32  0x011E,
33  0x011F,
34  0x00CE,
35  0x00EE,
36  0x0130,
37  0x0131,
38  0x00D6,
39  0x00F6,
40  0x015E,
41  0x015F,
42  0x00DB,
43  0x00FB,
44  0x00DC,
45  0x00FC,
47 };
48 
49 //
50 // Sample sentences
51 //
52 const char *sentences[]={
53  "Pijamalı hasta, yağız şoföre çabucak güvendi.",
55 };
56 
57 
58 //
59 //
60 //
62  "Turkish",
63  "Türkçe",
64  0x0130, //
65  values,
66  "ÂâÇçĞğİıÖöŞşÛû",
67  sentences
68 };
69 
71 
72 }; // end of namespace
73 
74 #endif
unsigned int UINT32
Definition: OrthographyData.h:19
Definition: OrthographyData.h:28
const char * sentences[]
Definition: Turkish.h:52
OrthographyData data
Definition: Turkish.h:61
Definition: Turkish.h:22
#define END_OF_DATA
Definition: OrthographyData.h:23
const OrthographyData * pData
Definition: Turkish.h:70
UINT32 values[]
Definition: Turkish.h:27