FONTAINE
1.0
src
orthographies
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
//
17
UINT32
values
[]={
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
43
END_OF_DATA
44
};
45
46
//
47
// Sample sentences
48
//
49
const
char
*
sentences
[]={
50
"ᜣ ᜤ ᜥ ᜦ ᜧ ᜨ ᜩ ᜪ"
,
// Using sample characters for now ...
51
END_OF_DATA
52
};
53
54
55
//
56
//
57
//
58
OrthographyData
data
={
59
"Hanunó'o"
,
// Common name
60
""
,
// Native name
61
0x1723,
// key: LETTER KA
62
values
,
63
"ᜣ ᜤ ᜥ ᜦ ᜧ ᜨ ᜩ ᜪ"
,
// Sample characters
64
sentences
65
};
66
67
const
OrthographyData
*
pData
= &
data
;
68
69
};
// end of namespace
70
71
#endif
Hanunoo::sentences
const char * sentences[]
Definition:
Hanunoo.h:49
Hanunoo::data
OrthographyData data
Definition:
Hanunoo.h:58
END_OF_DATA
#define END_OF_DATA
Definition:
OrthographyData.h:23
Hanunoo
Definition:
Hanunoo.h:12
Hanunoo::values
UINT32 values[]
Definition:
Hanunoo.h:17
OrthographyData
Definition:
OrthographyData.h:28
UINT32
unsigned int UINT32
Definition:
OrthographyData.h:19
Hanunoo::pData
const OrthographyData * pData
Definition:
Hanunoo.h:67
Generated by
1.8.17