FONTAINE  1.0
PhagsPa.h
Go to the documentation of this file.
1 //
2 // PhagsPa.h
3 //
4 
5 #ifndef ORTHOGRAPHY_DATA
6 #include "../OrthographyData.h"
7 #endif
8 
9 #ifndef PHAGSPA
10 #define PHAGSPA
11 
12 namespace PhagsPa{
13 
14 //
15 // Unicode values
16 //
19  0xA840,0xA877,
21 };
22 
23 //
24 // Sample sentences
25 //
26 const char *sentences[]={
27  "ꡀ ꡁ ꡂ ᡃ ꡄ ꡅ ꡆ ꡇ",
29 };
30 
31 
32 //
33 //
34 //
36  "Phags Pa", // Common name
37  "", // Native name
38  0xA840, // key
39  values,
40  "ꡀ ꡁ ꡂ ᡃ ꡄ ꡅ ꡆ ꡇ", // Sample characters
41  sentences
42 };
43 
45 
46 }; // end of namespace
47 
48 #endif