File: mbcesdefs.h

package info (click to toggle)
libmoe 1.5.8-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 6,780 kB
  • ctags: 267,602
  • sloc: ansic: 478,515; perl: 2,318; makefile: 201; sh: 33
file content (60 lines) | stat: -rw-r--r-- 996 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#ifdef USE_KOI8R
defces(KOI8R, KOI8R)
#endif
#ifdef USE_KOI8U
defces(KOI8U, KOI8U)
#endif
#ifdef USE_WIN1250
defces(WIN1250, WIN1250)
#endif
#ifdef USE_WIN1251
defces(WIN1251, WIN1251)
#endif
#ifdef USE_WIN1252
defces(WIN1252, WIN1252)
#endif
#ifdef USE_WIN1253
defces(WIN1253, WIN1253)
#endif
#ifdef USE_WIN1254
defces(WIN1254, WIN1254)
#endif
#ifdef USE_WIN1255
defces(WIN1255, WIN1255)
#endif
#ifdef USE_WIN1256
defces(WIN1256, WIN1256)
#endif
#ifdef USE_WIN1257
defces(WIN1257, WIN1257)
#endif
#ifdef USE_WIN1258
defces(WIN1258, WIN1258)
#endif
#ifdef USE_SJIS
defces(SJIS, SJIS)
#endif
#ifdef USE_SJIS0213
defces(SJIS0213, SJIS0213)
#endif
#ifdef USE_BIG5
defces(BIG5, BIG5)
#endif
#ifdef USE_JOHAB
defces(JOHAB, JOHAB)
#endif
#ifdef USE_UHANG
defces(UHANG, UHANG)
#endif
#ifdef USE_EUC_TW
defces(EUC_TW, EUC_TW)
#endif
#ifdef USE_EUC_JISX0213_PACKED
defces(EUC_JISX0213_PACKED, EUC_JISX0213_PACKED)
#endif
#ifdef USE_GBK
defces(GBK, GBK)
#endif
#ifdef USE_GBK2K
defces(GBK2K, GBK2K)
#endif