FONTAINE  1.0
TaiTham.h
Go to the documentation of this file.
1 //
2 // The Fontaine Font Analysis Project
3 //
4 // Copyright (c) 2010 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 // TaiTham.h
13 //
14 
15 #ifndef ORTHOGRAPHY_DATA
16 #include "../OrthographyData.h"
17 #endif
18 
19 #ifndef TAI_THAM
20 #define TAI_THAM
21 
22 namespace TaiTham{
23 
24 //
25 // Unicode values
26 //
29  0x1A20,0x1A5E,
31  0x1A60,0x1A7C,
33  0x1A7F,0x1A89,
35  0x1A90,0x1A99,
37  0x1AA0,0x1AAD,
39 };
40 
41 //
42 // Sample sentences
43 //
44 const char *sentences[]={
45  "ᨲᩫ᩠ᩅᨾᩮᩥᩬᨦ",
47 };
48 
49 
50 //
51 //
52 //
54  "Tai Tham (Lanna)", // Common name
55  "ᨲᩫ᩠ᩅᨾᩮᩥᩬᨦ", // Native name
56  0x1A20, // TAI THAM LETTER HIGH KA
57  values,
58  "ᨲᩫ᩠ᩅᨾᩮᩥᩬᨦ", // Sample characters
59  sentences
60 };
61 
63 
64 }; // end of namespace
65 
66 #endif