FONTAINE
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
src
orthographies
ZhuYinFuHao.h
Go to the documentation of this file.
1
//
2
// The Fontaine Font Analysis Project
3
//
4
// Copyright (c) 2009 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
// ZhuYinFuHao.h
13
//
14
15
#ifndef ORTHOGRAPHY_DATA
16
#include "../OrthographyData.h"
17
#endif
18
19
#ifndef ZHUYINFUHAO
20
#define ZHUYINFUHAO
21
22
namespace
ZhuYinFuHao{
23
24
//
25
// Unicode values
26
//
27
UINT32
values
[]={
28
START_RANGE_PAIR
,
29
0x3105,0x312c,
30
END_OF_DATA
31
};
32
33
//
34
// Sample sentences
35
//
36
const
char
*
sentences
[]={
37
"ㄅㄆㄇㄈ ㄉㄊㄋㄌ ㄍㄎㄏ ㄐㄑㄒ"
,
38
END_OF_DATA
39
};
40
41
42
//
43
//
44
//
45
OrthographyData
data
={
46
"Chinese Zhuyin Fuhao"
,
47
"注音符號"
,
48
0x3105,
// BOPOMOFO LETTER B "ㄅ"
49
values
,
50
"ㄅㄆㄇㄈㄉㄊㄋㄌ"
,
51
sentences
52
};
53
54
const
OrthographyData
*
pData
= &
data
;
55
56
};
// end of namespace
57
58
#endif
Generated by
1.8.1.2