1 /* Copyright (C) 2001-2002 Free Software Foundation, Inc.
2 This file is part of the GNU LIBICONV Library.
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.
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.
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.
16 If not, write to the Free Software Foundation, Inc., 59 Temple Place -
17 Suite 330, Boston, MA 02111-1307, USA. */
19 /* Encodings used by system dependent locales on MSDOS. */
21 DEFENCODING(( "CP437", /* IANA, JDK 1.1 */
24 "csPC8CodePage437", /* IANA */
27 { cp437_mbtowc, NULL }, { cp437_wctomb, NULL })
29 DEFENCODING(( "CP737", /* JDK 1.1 */
32 { cp737_mbtowc, NULL }, { cp737_wctomb, NULL })
34 DEFENCODING(( "CP775", /* IANA, JDK 1.1 */
36 "csPC775Baltic", /* IANA */
39 { cp775_mbtowc, NULL }, { cp775_wctomb, NULL })
41 DEFENCODING(( "CP852", /* IANA, JDK 1.1 */
44 "csPCp852", /* IANA */
47 { cp852_mbtowc, NULL }, { cp852_wctomb, NULL })
49 DEFENCODING(( "CP853",
52 { cp853_mbtowc, NULL }, { cp853_wctomb, NULL })
54 DEFENCODING(( "CP855", /* IANA, JDK 1.1 */
57 "csIBM855", /* IANA */
60 { cp855_mbtowc, NULL }, { cp855_wctomb, NULL })
62 DEFENCODING(( "CP857", /* IANA, JDK 1.1 */
65 "csIBM857", /* IANA */
68 { cp857_mbtowc, NULL }, { cp857_wctomb, NULL })
70 DEFENCODING(( "CP858", /* JDK 1.1.7 */
73 { cp858_mbtowc, NULL }, { cp858_wctomb, NULL })
75 DEFENCODING(( "CP860", /* IANA, JDK 1.1 */
78 "csIBM860", /* IANA */
81 { cp860_mbtowc, NULL }, { cp860_wctomb, NULL })
83 DEFENCODING(( "CP861", /* IANA, JDK 1.1 */
87 "csIBM861", /* IANA */
90 { cp861_mbtowc, NULL }, { cp861_wctomb, NULL })
92 DEFENCODING(( "CP863", /* IANA, JDK 1.1 */
95 "csIBM863", /* IANA */
98 { cp863_mbtowc, NULL }, { cp863_wctomb, NULL })
100 DEFENCODING(( "CP864", /* IANA, JDK 1.1 */
102 "csIBM864", /* IANA */
105 { cp864_mbtowc, NULL }, { cp864_wctomb, NULL })
107 DEFENCODING(( "CP865", /* IANA, JDK 1.1 */
110 "csIBM865", /* IANA */
113 { cp865_mbtowc, NULL }, { cp865_wctomb, NULL })
115 DEFENCODING(( "CP869", /* IANA, JDK 1.1 */
119 "csIBM869", /* IANA */
122 { cp869_mbtowc, NULL }, { cp869_wctomb, NULL })
124 DEFENCODING(( "CP1125", /* ICU */
127 { cp1125_mbtowc, NULL }, { cp1125_wctomb, NULL })