FONTAINE
1.0
src
orthographies
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
//
17
UINT32
values
[]={
18
START_RANGE_PAIR
,
19
0xA840,0xA877,
20
END_OF_DATA
21
};
22
23
//
24
// Sample sentences
25
//
26
const
char
*
sentences
[]={
27
"ꡀ ꡁ ꡂ ᡃ ꡄ ꡅ ꡆ ꡇ"
,
28
END_OF_DATA
29
};
30
31
32
//
33
//
34
//
35
OrthographyData
data
={
36
"Phags Pa"
,
// Common name
37
""
,
// Native name
38
0xA840,
// key
39
values
,
40
"ꡀ ꡁ ꡂ ᡃ ꡄ ꡅ ꡆ ꡇ"
,
// Sample characters
41
sentences
42
};
43
44
const
OrthographyData
*
pData
= &
data
;
45
46
};
// end of namespace
47
48
#endif
PhagsPa::values
UINT32 values[]
Definition:
PhagsPa.h:17
END_OF_DATA
#define END_OF_DATA
Definition:
OrthographyData.h:23
OrthographyData
Definition:
OrthographyData.h:28
PhagsPa::data
OrthographyData data
Definition:
PhagsPa.h:35
UINT32
unsigned int UINT32
Definition:
OrthographyData.h:19
PhagsPa::sentences
const char * sentences[]
Definition:
PhagsPa.h:26
START_RANGE_PAIR
#define START_RANGE_PAIR
Definition:
OrthographyData.h:22
PhagsPa
Definition:
PhagsPa.h:12
PhagsPa::pData
const OrthographyData * pData
Definition:
PhagsPa.h:44
Generated by
1.8.17