FONTAINE
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
src
orthographies
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
//
27
UINT32
values
[]={
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,
46
END_OF_DATA
47
};
48
49
//
50
// Sample sentences
51
//
52
const
char
*
sentences
[]={
53
"Pijamalı hasta, yağız şoföre çabucak güvendi."
,
54
END_OF_DATA
55
};
56
57
58
//
59
//
60
//
61
OrthographyData
data
={
62
"Turkish"
,
63
"Türkçe"
,
64
0x0130,
//
65
values
,
66
"ÂâÇçĞğİıÖöŞşÛû"
,
67
sentences
68
};
69
70
const
OrthographyData
*
pData
= &
data
;
71
72
};
// end of namespace
73
74
#endif
Generated by
1.8.1.2