FONTAINE  1.0
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 //
18  0x1E12,
19  0x1E13,
20  0x1E3C,
21  0x1E3D,
22  0x1E4A,
23  0x1E4B,
24  0x1E44,
25  0x1E45,
26  0x1E70,
27  0x1E71,
29 };
30 
31 //
32 // Sample sentences
33 //
34 const char *sentences[]={
35  "Ḓ ḓ Ḽ ḽ Ṋ ṋ Ṅ ṅ Ṱ ṱ",
37 };
38 
39 
40 //
41 //
42 //
44  "Venda", // Common name
45  "Tshivenḓa", // Native name
46  0x1E12, // key
47  values,
48  "Ḓ ḓ Ḽ ḽ Ṋ ṋ Ṅ ṅ Ṱ ṱ", // Sample characters
49  sentences
50 };
51 
53 
54 }; // end of namespace
55 
56 #endif