FONTAINE
1.0
src
orthographies
Venda.h
Go to the documentation of this file.
1
//
2
// Venda.h
3
//
4
5
#ifndef ORTHOGRAPHY_DATA
6
#include "../OrthographyData.h"
7
#endif
8
9
#ifndef VENDA
10
#define VENDA
11
12
namespace
Venda
{
13
14
//
15
// Unicode values
16
//
17
UINT32
values
[]={
18
0x1E12,
19
0x1E13,
20
0x1E3C,
21
0x1E3D,
22
0x1E4A,
23
0x1E4B,
24
0x1E44,
25
0x1E45,
26
0x1E70,
27
0x1E71,
28
END_OF_DATA
29
};
30
31
//
32
// Sample sentences
33
//
34
const
char
*
sentences
[]={
35
"Ḓ ḓ Ḽ ḽ Ṋ ṋ Ṅ ṅ Ṱ ṱ"
,
36
END_OF_DATA
37
};
38
39
40
//
41
//
42
//
43
OrthographyData
data
={
44
"Venda"
,
// Common name
45
"Tshivenḓa"
,
// Native name
46
0x1E12,
// key
47
values
,
48
"Ḓ ḓ Ḽ ḽ Ṋ ṋ Ṅ ṅ Ṱ ṱ"
,
// Sample characters
49
sentences
50
};
51
52
const
OrthographyData
*
pData
= &
data
;
53
54
};
// end of namespace
55
56
#endif
Venda
Definition:
Venda.h:12
END_OF_DATA
#define END_OF_DATA
Definition:
OrthographyData.h:23
Venda::data
OrthographyData data
Definition:
Venda.h:43
Venda::values
UINT32 values[]
Definition:
Venda.h:17
OrthographyData
Definition:
OrthographyData.h:28
UINT32
unsigned int UINT32
Definition:
OrthographyData.h:19
Venda::sentences
const char * sentences[]
Definition:
Venda.h:34
Venda::pData
const OrthographyData * pData
Definition:
Venda.h:52
Generated by
1.8.17