FONTAINE
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
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
Generated by
1.8.3.1