FONTAINE  1.0
Hanunoo.h
Go to the documentation of this file.
1 //
2 // Hanunoo.h
3 //
4 
5 #ifndef ORTHOGRAPHY_DATA
6 #include "../OrthographyData.h"
7 #endif
8 
9 #ifndef HANUNOO
10 #define HANUNOO
11 
12 namespace Hanunoo{
13 
14 //
15 // Unicode values
16 //
18  // Hanunoo - Independent vowels
19  0x1720, // ( ᜠ ) HANUNOO LETTER A
20  0x1721, // ( ᜡ ) HANUNOO LETTER I
21  0x1722, // ( ᜢ ) HANUNOO LETTER U
22  // Hanunoo - Consonants
23  0x1723, // ( ᜣ ) HANUNOO LETTER KA
24  0x1724, // ( ᜤ ) HANUNOO LETTER GA
25  0x1725, // ( ᜥ ) HANUNOO LETTER NGA
26  0x1726, // ( ᜦ ) HANUNOO LETTER TA
27  0x1727, // ( ᜧ ) HANUNOO LETTER DA
28  0x1728, // ( ᜨ ) HANUNOO LETTER NA
29  0x1729, // ( ᜩ ) HANUNOO LETTER PA
30  0x172A, // ( ᜪ ) HANUNOO LETTER BA
31  0x172B, // ( ᜫ ) HANUNOO LETTER MA
32  0x172C, // ( ᜬ ) HANUNOO LETTER YA
33  0x172D, // ( ᜭ ) HANUNOO LETTER RA
34  0x172E, // ( ᜮ ) HANUNOO LETTER LA
35  0x172F, // ( ᜯ ) HANUNOO LETTER WA
36  0x1730, // ( ᜰ ) HANUNOO LETTER SA
37  0x1731, // ( ᜱ ) HANUNOO LETTER HA
38  // Hanunoo - Dependent vowel signs
39  0x1732, // ( ᜲ ) HANUNOO VOWEL SIGN I
40  0x1733, // ( ᜳ ) HANUNOO VOWEL SIGN U
41  // Hanunoo - Virama
42  0x1734, // ( ᜴ ) HANUNOO SIGN PAMUDPOD
44 };
45 
46 //
47 // Sample sentences
48 //
49 const char *sentences[]={
50  "ᜣ ᜤ ᜥ ᜦ ᜧ ᜨ ᜩ ᜪ", // Using sample characters for now ...
52 };
53 
54 
55 //
56 //
57 //
59  "Hanunó'o", // Common name
60  "", // Native name
61  0x1723, // key: LETTER KA
62  values,
63  "ᜣ ᜤ ᜥ ᜦ ᜧ ᜨ ᜩ ᜪ", // Sample characters
64  sentences
65 };
66 
68 
69 }; // end of namespace
70 
71 #endif
const char * sentences[]
Definition: Hanunoo.h:49
unsigned int UINT32
Definition: OrthographyData.h:19
OrthographyData data
Definition: Hanunoo.h:58
Definition: OrthographyData.h:28
UINT32 values[]
Definition: Hanunoo.h:17
const OrthographyData * pData
Definition: Hanunoo.h:67
#define END_OF_DATA
Definition: OrthographyData.h:23