Return to encodings_aix.def CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / libiconv / lib |
1.1 misho 1: /* Copyright (C) 2000-2002, 2008 Free Software Foundation, Inc.
2: This file is part of the GNU LIBICONV Library.
3:
4: The GNU LIBICONV Library is free software; you can redistribute it
5: and/or modify it under the terms of the GNU Library General Public
6: License as published by the Free Software Foundation; either version 2
7: of the License, or (at your option) any later version.
8:
9: The GNU LIBICONV Library is distributed in the hope that it will be
10: useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
11: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12: Library General Public License for more details.
13:
14: You should have received a copy of the GNU Library General Public
15: License along with the GNU LIBICONV Library; see the file COPYING.LIB.
1.1.1.2 ! misho 16: If not, see <https://www.gnu.org/licenses/>. */
1.1 misho 17:
18: /* Encodings used by system dependent locales on AIX. */
19:
20: DEFENCODING(( "CP856",
21: ),
22: cp856,
23: { cp856_mbtowc, NULL }, { cp856_wctomb, NULL })
24: #ifdef USE_AIX_ALIASES
25: DEFALIAS( "IBM-856", /* AIX */
26: cp856)
27: #endif
28:
29: DEFENCODING(( "CP922",
30: ),
31: cp922,
32: { cp922_mbtowc, NULL }, { cp922_wctomb, NULL })
33: #ifdef USE_AIX_ALIASES
34: DEFALIAS( "IBM-922", /* AIX */
35: cp922)
36: #endif
37:
38: DEFENCODING(( "CP943",
39: ),
40: cp943,
41: { cp943_mbtowc, NULL }, { cp943_wctomb, NULL })
42: #ifdef USE_AIX_ALIASES
43: DEFALIAS( "IBM-943", /* AIX */
44: cp943)
45: #endif
46:
47: DEFENCODING(( "CP1046",
48: ),
49: cp1046,
50: { cp1046_mbtowc, NULL }, { cp1046_wctomb, NULL })
51: #ifdef USE_AIX_ALIASES
52: DEFALIAS( "IBM-1046", /* AIX */
53: cp1046)
54: #endif
55:
56: DEFENCODING(( "CP1124",
57: ),
58: cp1124,
59: { cp1124_mbtowc, NULL }, { cp1124_wctomb, NULL })
60: #ifdef USE_AIX_ALIASES
61: DEFALIAS( "IBM-1124", /* AIX */
62: cp1124)
63: #endif
64:
65: DEFENCODING(( "CP1129",
66: ),
67: cp1129,
68: { cp1129_mbtowc, NULL }, { cp1129_wctomb, NULL })
69: #ifdef USE_AIX_ALIASES
70: DEFALIAS( "IBM-1129", /* AIX */
71: cp1129)
72: #endif
73:
74: DEFENCODING(( "CP1161",
75: "IBM1161", /* glibc */
76: "IBM-1161", /* glibc */
77: "csIBM1161", /* glibc */
78: ),
79: cp1161,
80: { cp1161_mbtowc, NULL }, { cp1161_wctomb, NULL })
81:
82: DEFENCODING(( "CP1162",
83: "IBM1162", /* glibc */
84: "IBM-1162", /* glibc */
85: "csIBM1162", /* glibc */
86: ),
87: cp1162,
88: { cp1162_mbtowc, NULL }, { cp1162_wctomb, NULL })
89:
90: DEFENCODING(( "CP1163",
91: "IBM1163", /* glibc */
92: "IBM-1163", /* glibc */
93: "csIBM1163", /* glibc */
94: ),
95: cp1163,
96: { cp1163_mbtowc, NULL }, { cp1163_wctomb, NULL })