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
const OrthographyData * pData
Definition: PhagsPa.h:44
unsigned int UINT32
Definition: OrthographyData.h:19
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
Definition: OrthographyData.h:28
OrthographyData data
Definition: PhagsPa.h:35
const char * sentences[]
Definition: PhagsPa.h:26
#define END_OF_DATA
Definition: OrthographyData.h:23
UINT32 values[]
Definition: PhagsPa.h:17