FONTAINE  1.0
BasicCyrillic.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 // Cyrillic.h
13 //
14 
15 #ifndef ORTHOGRAPHY_DATA
16 #include "../OrthographyData.h"
17 #endif
18 
19 #ifndef BASIC_CYRILLIC
20 #define BASIC_CYRILLIC
21 
22 namespace BasicCyrillic{
23 
24 //
25 // Unicode values
26 //
29  0x0410,0x044f,
31 };
32 
33 //
34 // Sample sentences
35 //
36 const char *sentences[]={
37  "В чащах юга жил-был цитрус...—да, но фальшивый экземпляръ!",
38  "Эх, чужак! Общий съём цен шляп (юфть) — вдрызг!",
39  "Эй, жлоб! Где туз? Прячь юных съёмщиц в шкаф.",
41 };
42 
43 
44 //
45 //
46 //
48  "Basic Cyrillic", // Common name
49  "Кири́ллица", // Native name
50  0x0414, // CYRILLIC CAPITAL LETTER DE
51  values,
52  "АБВГДЕЖЗИЙКЛ", // Sample characters
53  sentences
54 };
55 
57 
58 }; // end of namespace
59 
60 #endif
unsigned int UINT32
Definition: OrthographyData.h:19
const char * sentences[]
Definition: BasicCyrillic.h:36
const OrthographyData * pData
Definition: BasicCyrillic.h:56
Definition: BasicCyrillic.h:22
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
UINT32 values[]
Definition: BasicCyrillic.h:27
Definition: OrthographyData.h:28
OrthographyData data
Definition: BasicCyrillic.h:47
#define END_OF_DATA
Definition: OrthographyData.h:23