FONTAINE  1.0
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 //
28  0x00C2,
29  0x00E2,
30  0x0102,
31  0x0103,
32  0x00CE,
33  0x00EE,
34  0x0218,
35  0x0219,
36  0x021A,
37  0x021B,
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ă.",
47 };
48 
49 
50 //
51 //
52 //
54  "Romanian",
55  "Română",
56  0x021A, //
57  values,
58  "ÂâĂăÎîȘșȚț",
59  sentences
60 };
61 
63 
64 }; // end of namespace
65 
66 #endif
Romanian::sentences
const char * sentences[]
Definition: Romanian.h:44
END_OF_DATA
#define END_OF_DATA
Definition: OrthographyData.h:23
Romanian
Definition: Romanian.h:22
OrthographyData
Definition: OrthographyData.h:28
UINT32
unsigned int UINT32
Definition: OrthographyData.h:19
Romanian::data
OrthographyData data
Definition: Romanian.h:53
Romanian::pData
const OrthographyData * pData
Definition: Romanian.h:62
Romanian::values
UINT32 values[]
Definition: Romanian.h:27