1/*
2 * Author:      William Chia-Wei Cheng (bill.cheng@acm.org)
3 *
4 * Copyright (C) 2001-2009, William Chia-Wei Cheng.
5 *
6 * This file may be distributed under the terms of the Q Public License
7 * as defined by Trolltech AS of Norway and appearing in the file
8 * LICENSE.QPL included in the packaging of this file.
9 *
10 * THIS FILE IS PROVIDED AS IS WITH NO WARRANTY OF ANY KIND, INCLUDING
11 * THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
12 * PURPOSE.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL,
13 * INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
14 * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
15 * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
16 * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 *
18 * @(#)$Header: /mm2/home/cvs/bc-src/tgif/tgtwb5xl.e,v 1.10 2011/05/16 16:22:00 william Exp $
19 */
20
21#ifndef _NO_TGTWB5
22
23#ifndef _TGTWB5XL_E_
24#define _TGTWB5XL_E_
25
26#define MAXZYFH_CHARS 16
27
28#define PH_Er  8
29#define PH_An  12
30#define PH_En  (PH_An+1)
31#define PH_Ang (PH_An+2)
32#define PH_Eng (PH_An+3)
33#define PH_Ai  16
34#define PH_Ei  (PH_Ai+1)
35#define PH_Ao  (PH_Ai+2)
36#define PH_Ou  (PH_Ai+3)
37#define PH_A   20
38#define PH_O   (PH_A+1)
39#define PH_E   (PH_A+2)
40#define PH_Eh  (PH_A+3)
41#define PH_Y   24
42#define PH_W   (PH_Y+1)
43#define PH_Yu  (PH_Y+2)
44#define PH_Z   28
45#define PH_C   (PH_Z+1)
46#define PH_S   (PH_Z+2)
47#define PH_Zh  32
48#define PH_Ch  (PH_Zh+1)
49#define PH_Sh  (PH_Zh+2)
50#define PH_R   (PH_Zh+3)
51#define PH_J   36
52#define PH_Q   (PH_J+1)
53#define PH_X   (PH_J+2)
54#define PH_G   40
55#define PH_K   (PH_G+1)
56#define PH_H   (PH_G+2)
57#define PH_D   44
58#define PH_T   (PH_D+1)
59#define PH_N   (PH_D+2)
60#define PH_L   (PH_D+3)
61#define PH_B   48
62#define PH_P   (PH_B+1)
63#define PH_M   (PH_B+2)
64#define PH_F   (PH_B+3)
65
66extern char	*firstLargeTransTbl[];
67extern char	*secondLargeTransTbl[];
68extern char	*thirdLargeTransTbl[];
69extern char	*fourthLargeTransTbl[];
70extern char	*singleExtention[];
71
72extern char	*pinyin_et_big5[];
73extern char	*pinyin_gb2312[];
74
75#endif /*_TGTWB5XL_E_*/
76
77#endif /* ~_NO_TGTWB5 */
78