FONTAINE  1.0
Kannada.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 // Kannada.h
13 //
14 
15 #ifndef ORTHOGRAPHY_DATA
16 #include "../OrthographyData.h"
17 #endif
18 
19 #ifndef KANNADA
20 #define KANNADA
21 
22 namespace Kannada{
23 
24 //
25 // Unicode values
26 //
29  0x0c82,0x0c83,
31  0x0c85,0x0c8c,
33  0x0c8e,0x0c90,
35  0x0c92,0x0ca8,
37  0x0caa,0x0cb3,
39  0x0cb5,0x0cb9,
41  0x0cbe,0x0cc4,
43  0x0cc6,0x0cc8,
45  0x0cca,0x0ccd,
47  0x0cd5,0x0cd6,
48  0x0cde,
50  0x0ce0,0x0ce1,
52  0x0ce6,0x0cef,
54 };
55 
56 //
57 // Sample sentences
58 //
59 const char *sentences[]={
60  "ಹೂವಿನ ಜೊತೆ ನಾರು ಸ್ವರ್ಗ ಸೇರಿಥು.",
61  END_OF_DATA
62 };
63 
64 
65 //
66 //
67 //
69  "Kannada", // Common name
70  "ಕನ್ನಡ", // Native name
71  0x0cb9, // ಹ
72  values,
73  "ವ ಶ ಷ ಸ ಹ ಒ ಓ ಔ ಕ ಖ ಗ", // Sample characters
74  sentences
75 };
76 
78 
79 }; // end of namespace
80 
81 #endif
unsigned int UINT32
Definition: OrthographyData.h:19
Definition: Kannada.h:22
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
Definition: OrthographyData.h:28
OrthographyData data
Definition: Kannada.h:68
const char * sentences[]
Definition: Kannada.h:59
#define END_OF_DATA
Definition: OrthographyData.h:23
const OrthographyData * pData
Definition: Kannada.h:77
UINT32 values[]
Definition: Kannada.h:27