FONTAINE  1.0
Tibetan.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 // Tibetan.h
13 //
14 
15 #ifndef ORTHOGRAPHY_DATA
16 #include "../OrthographyData.h"
17 #endif
18 
19 #ifndef TIBETAN
20 #define TIBETAN
21 
22 namespace Tibetan{
23 
24 //
25 // Unicode values
26 //
29  0x0f00,0x0f47,
31  0x0f49,0x0f6a,
33  0x0f71,0x0f7f,
35  0x0f80,0x0f8b,
37  0x0f90,0x0f97,
39  0x0f99,0x0fbc,
41  0x0fbe,0x0fcc,
42  0x0fcf,
44 };
45 
46 //
47 // Sample sentences
48 //
49 const char *sentences[]={
50  "བོད་སྐད་",
52 };
53 
54 
55 //
56 //
57 //
59  "Tibetan", // Common name
60  "དབུ་ཅན་", // Native name
61  0x0f40, // TIBETAN LETTER KA
62  values,
63  "ཀ ཁ ག གྷ ང ཅ ཆ ཇ", // Sample characters
64  sentences
65 };
66 
68 
69 }; // end of namespace
70 
71 #endif