FONTAINE  1.0
Catalan.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 // Catalan.h
13 //
14 
15 #ifndef ORTHOGRAPHY_DATA
16 #include "../OrthographyData.h"
17 #endif
18 
19 #ifndef CATALAN
20 #define CATALAN
21 
22 namespace Catalan{
23 
24 //
25 // Unicode values
26 //
28  0x00C0,
29  0x00E0,
30  0x00C7,
31  0x00E7,
32  0x00C8,
33  0x00E8,
34  0x00C9,
35  0x00E9,
36  0x00CD,
37  0x00ED,
38  0x00CF,
39  0x00EF,
40  0x013F,
41  0x0140,
42  0x00D2,
43  0x00F2,
44  0x00D3,
45  0x00F3,
46  0x00DA,
47  0x00FA,
48  0x00DC,
49  0x00FC,
50  0x00D1,
51  0x00F1,
53 };
54 
55 //
56 // Sample sentences
57 //
58 const char *sentences[]={
59  "Aqueix betzol, Jan, comprava whisky de figa.",
61 };
62 
63 
64 //
65 //
66 //
68  "Catalan",
69  "Català",
70  0x013F, // LATIN CAPITAL LETTER L WITH MIDDLE DOT
71  values,
72  "ÀàÇçÉéÍíĿŀÚúÑñ",
73  sentences
74 };
75 
77 
78 }; // end of namespace
79 
80 #endif
const OrthographyData * pData
Definition: Catalan.h:76
unsigned int UINT32
Definition: OrthographyData.h:19
Definition: Catalan.h:22
Definition: OrthographyData.h:28
const char * sentences[]
Definition: Catalan.h:58
OrthographyData data
Definition: Catalan.h:67
#define END_OF_DATA
Definition: OrthographyData.h:23
UINT32 values[]
Definition: Catalan.h:27