FONTAINE
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
src
orthographies
Romanian.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
// Romanian.h
13
//
14
15
#ifndef ORTHOGRAPHY_DATA
16
#include "../OrthographyData.h"
17
#endif
18
19
#ifndef ROMANIAN
20
#define ROMANIAN
21
22
namespace
Romanian{
23
24
//
25
// Unicode values -- Only those needed beyond basic Latin
26
//
27
UINT32
values
[]={
28
0x00C2,
29
0x00E2,
30
0x0102,
31
0x0103,
32
0x00CE,
33
0x00EE,
34
0x0218,
35
0x0219,
36
0x021A,
37
0x021B,
38
END_OF_DATA
39
};
40
41
//
42
// Sample sentences
43
//
44
const
char
*
sentences
[]={
45
"Gheorghe, obezul, a reușit să obțină jucându-se un flux în Quebec de o mie kilowațioră."
,
46
END_OF_DATA
47
};
48
49
50
//
51
//
52
//
53
OrthographyData
data
={
54
"Romanian"
,
55
"Română"
,
56
0x021A,
//
57
values
,
58
"ÂâĂăÎîȘșȚț"
,
59
sentences
60
};
61
62
const
OrthographyData
*
pData
= &
data
;
63
64
};
// end of namespace
65
66
#endif
Generated by
1.8.1.1