~ubuntu-branches/ubuntu/breezy/libmoe/breezy

« back to all changes in this revision

Viewing changes to mbconvtab.mk_btri.h

  • Committer: Bazaar Package Importer
  • Author(s): Fumitoshi UKAI
  • Date: 2002-02-20 00:01:55 UTC
  • Revision ID: james.westby@ubuntu.com-20020220000155-ferty1o5miv5oat8
Tags: upstream-1.5.2
ImportĀ upstreamĀ versionĀ 1.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include "mbcesconf.h"
 
2
#include "mblangconf.h"
 
3
%%BEGIN default_conv_tab
 
4
"ascii",mb_conv_ascii
 
5
"ces",mb_conv_for_ces
 
6
#ifdef USE_UCS
 
7
"to-ucs",mb_conv1_to_ucs
 
8
"full-to-half",mb_conv_f2h
 
9
"f2h",mb_conv_f2h
 
10
"half-to-full",mb_conv_h2f
 
11
"h2f",mb_conv_h2f
 
12
"jisx0213",mb_conv_to_jisx0213
 
13
"jisx0213-aggressive",mb_conv_to_jisx0213_aggressive
 
14
#ifdef USE_WIN1252
 
15
"ms-latin1",mb_conv_ms_latin1
 
16
#endif
 
17
"jis0208-to-ucs-extra",mb_jisx0208_to_ucs_extra
 
18
"ucs-to-jis0208-extra",mb_ucs_to_jisx0208_extra
 
19
#endif
 
20
#ifdef USE_UCS
 
21
"to-gb2312",mb_conv_ws_to_GB2312
 
22
"to-cn-gb",mb_conv_ws_to_GB2312
 
23
#endif
 
24
#ifdef USE_UCS
 
25
"to-cn-gb-isoir165",mb_conv_ws_to_GB_ISO_IR_165
 
26
#endif
 
27
#ifdef USE_UCS
 
28
"to-iso-2022-cn",mb_conv_ws_to_CN
 
29
#endif
 
30
#ifdef USE_UCS
 
31
"to-iso-2022-cn-ext",mb_conv_ws_to_CN_EXT
 
32
#endif
 
33
#ifdef USE_UCS
 
34
"to-euc-jp",mb_conv_ws_to_EUC_JP
 
35
"to-x-euc-jp",mb_conv_ws_to_EUC_JP
 
36
"to-ujis",mb_conv_ws_to_EUC_JP
 
37
"to-jis8",mb_conv_ws_to_EUC_JP
 
38
#endif
 
39
#ifdef USE_UCS
 
40
"to-euc-jisx0213",mb_conv_ws_to_EUC_JISX0213
 
41
"to-x-euc-jisx0213",mb_conv_ws_to_EUC_JISX0213
 
42
#endif
 
43
#ifdef USE_UCS
 
44
"to-iso-2022-jp",mb_conv_ws_to_ISO2022JP
 
45
"to-jis",mb_conv_ws_to_ISO2022JP
 
46
"to-jis7",mb_conv_ws_to_ISO2022JP
 
47
#endif
 
48
#ifdef USE_UCS
 
49
"to-iso-2022-jp-2",mb_conv_ws_to_ISO2022JP2
 
50
#endif
 
51
#ifdef USE_UCS
 
52
"to-iso-2022-jp-3",mb_conv_ws_to_ISO2022JP3
 
53
#endif
 
54
#ifdef USE_UCS
 
55
"to-euc-kr",mb_conv_ws_to_EUC_KR
 
56
"to-x-euc-kr",mb_conv_ws_to_EUC_KR
 
57
#endif
 
58
#ifdef USE_UCS
 
59
"to-iso-2022-kr",mb_conv_ws_to_ISO2022KR
 
60
#endif
 
61
#ifdef USE_UCS
 
62
"to-iso-8859-1",mb_conv_ws_to_ISO8859_1
 
63
#endif
 
64
#ifdef USE_UCS
 
65
"to-iso-8859-2",mb_conv_ws_to_ISO8859_2
 
66
#endif
 
67
#ifdef USE_UCS
 
68
"to-iso-8859-3",mb_conv_ws_to_ISO8859_3
 
69
#endif
 
70
#ifdef USE_UCS
 
71
"to-iso-8859-4",mb_conv_ws_to_ISO8859_4
 
72
#endif
 
73
#ifdef USE_UCS
 
74
"to-iso-8859-5",mb_conv_ws_to_ISO8859_5
 
75
#endif
 
76
#ifdef USE_UCS
 
77
"to-iso-8859-6",mb_conv_ws_to_ISO8859_6
 
78
#endif
 
79
#ifdef USE_UCS
 
80
"to-iso-8859-7",mb_conv_ws_to_ISO8859_7
 
81
#endif
 
82
#ifdef USE_UCS
 
83
"to-iso-8859-8",mb_conv_ws_to_ISO8859_8
 
84
#endif
 
85
#ifdef USE_UCS
 
86
"to-iso-8859-9",mb_conv_ws_to_ISO8859_9
 
87
#endif
 
88
#ifdef USE_UCS
 
89
"to-iso-8859-10",mb_conv_ws_to_ISO8859_10
 
90
#endif
 
91
#ifdef USE_UCS
 
92
"to-x-ctext",mb_conv_ws_to_XCTEXT
 
93
#endif
 
94
#if defined(USE_KOI8R) && defined(USE_UCS)
 
95
"to-koi8-r",mb_conv_ws_to_KOI8R
 
96
#endif
 
97
#if defined(USE_KOI8U) && defined(USE_UCS)
 
98
"to-koi8-u",mb_conv_ws_to_KOI8U
 
99
#endif
 
100
#if defined(USE_WIN1250) && defined(USE_UCS)
 
101
"to-windows-1250",mb_conv_ws_to_WIN1250
 
102
#endif
 
103
#if defined(USE_WIN1251) && defined(USE_UCS)
 
104
"to-windows-1251",mb_conv_ws_to_WIN1251
 
105
#endif
 
106
#if defined(USE_WIN1252) && defined(USE_UCS)
 
107
"to-windows-1252",mb_conv_ws_to_WIN1252
 
108
#endif
 
109
#if defined(USE_WIN1253) && defined(USE_UCS)
 
110
"to-windows-1253",mb_conv_ws_to_WIN1253
 
111
#endif
 
112
#if defined(USE_WIN1254) && defined(USE_UCS)
 
113
"to-windows-1254",mb_conv_ws_to_WIN1254
 
114
#endif
 
115
#if defined(USE_WIN1255) && defined(USE_UCS)
 
116
"to-windows-1255",mb_conv_ws_to_WIN1255
 
117
#endif
 
118
#if defined(USE_WIN1256) && defined(USE_UCS)
 
119
"to-windows-1256",mb_conv_ws_to_WIN1256
 
120
#endif
 
121
#if defined(USE_WIN1257) && defined(USE_UCS)
 
122
"to-windows-1257",mb_conv_ws_to_WIN1257
 
123
#endif
 
124
#if defined(USE_WIN1258) && defined(USE_UCS)
 
125
"to-windows-1258",mb_conv_ws_to_WIN1258
 
126
#endif
 
127
#if defined(USE_SJIS) && defined(USE_UCS)
 
128
"to-shift_jis",mb_conv_ws_to_SJIS
 
129
"to-x-sjis",mb_conv_ws_to_SJIS
 
130
"to-sjis",mb_conv_ws_to_SJIS
 
131
"to-shift-jis",mb_conv_ws_to_SJIS
 
132
#endif
 
133
#if defined(USE_SJIS0213) && defined(USE_UCS)
 
134
"to-shift_jisx0213",mb_conv_ws_to_SJIS0213
 
135
"to-shift-jisx0213",mb_conv_ws_to_SJIS0213
 
136
#endif
 
137
#if defined(USE_BIG5) && defined(USE_UCS)
 
138
"to-big5",mb_conv_ws_to_BIG5
 
139
"to-cn-big5",mb_conv_ws_to_BIG5
 
140
#endif
 
141
#if defined(USE_JOHAB) && defined(USE_UCS)
 
142
"to-x-johab",mb_conv_ws_to_JOHAB
 
143
#endif
 
144
#if defined(USE_UHANG) && defined(USE_UCS)
 
145
"to-x-unified-hangle",mb_conv_ws_to_UHANG
 
146
"to-x-uhc",mb_conv_ws_to_UHANG
 
147
#endif
 
148
#if defined(USE_EUC_TW) && defined(USE_UCS)
 
149
"to-x-euc-tw",mb_conv_ws_to_EUC_TW
 
150
"to-euc-tw",mb_conv_ws_to_EUC_TW
 
151
#endif
 
152
#if defined(USE_EUC_JISX0213_PACKED) && defined(USE_UCS)
 
153
"to-x-euc-jisx0213-packed",mb_conv_ws_to_EUC_JISX0213_PACKED
 
154
#endif
 
155
#if defined(USE_GBK) && defined(USE_UCS)
 
156
"to-x-gbk",mb_conv_ws_to_GBK
 
157
#endif
 
158
#if defined(USE_GBK2K) && defined(USE_UCS)
 
159
"to-x-gb-18030-2000",mb_conv_ws_to_GBK2K
 
160
"to-x-gbk2k",mb_conv_ws_to_GBK2K
 
161
#endif
 
162
#ifdef USE_UCS
 
163
"to-tis-620",mb_conv_ws_to_TIS620
 
164
"to-iso-8859-11",mb_conv_ws_to_TIS620
 
165
#endif