2 # Output a system dependent table of character encoding aliases.
4 # Copyright (C) 2000 Free Software Foundation, Inc.
6 # This program is free software; you can redistribute it and/or modify it
7 # under the terms of the GNU Library General Public License as published
8 # by the Free Software Foundation; either version 2, or (at your option)
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 # Library General Public License for more details.
16 # You should have received a copy of the GNU Library General Public
17 # License along with this program; if not, write to the Free Software
18 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21 # The table consists of lines of the form
24 # ALIAS is the (system dependent) result of "nl_langinfo (CODESET)".
25 # ALIAS is compared in a case sensitive way.
27 # CANONICAL is the GNU canonical name for this character encoding.
28 # It must be an encoding supported by libiconv. Support by GNU libc is
29 # also desirable. CANONICAL is case insensitive. Usually an upper case
30 # MIME charset name is preferred.
31 # The current list of GNU canonical charset names is as follows.
33 # name used by which systems a MIME name?
34 # ASCII, ANSI_X3.4-1968 glibc solaris
35 # ISO-8859-1 glibc aix hpux irix osf solaris yes
36 # ISO-8859-2 glibc aix hpux irix solaris yes
37 # ISO-8859-4 solaris yes
38 # ISO-8859-5 glibc aix hpux irix solaris yes
39 # ISO-8859-6 aix hpux solaris yes
40 # ISO-8859-7 glibc aix hpux irix osf solaris yes
41 # ISO-8859-8 glibc aix hpux solaris yes
42 # ISO-8859-9 glibc aix hpux irix osf solaris yes
44 # ISO-8859-15 aix solaris
45 # KOI8-R glibc solaris yes
56 # EUC-CN aix hpux solaris
57 # EUC-JP aix hpux solaris yes
58 # EUC-KR aix hpux solaris yes
59 # EUC-TW aix hpux solaris
60 # BIG5 aix hpux solaris yes
63 # TIS-620 aix hpux solaris
70 # UTF-8 glibc aix hpux solaris yes
72 # Note: Names which are not marked as being a MIME name should not be used in
73 # Internet protocols for information interchange (mail, news, etc.).
75 # Note: ASCII and ANSI_X3.4-1968 are synonymous canonical names. Applications
76 # must understand both names and treat them as equivalent.
78 # The first argument passed to this file is the canonical host specification,
79 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
81 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
84 os
=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'`
85 echo "# This file contains a table of character encoding aliases,"
86 echo "# suitable for operating system '${os}'."
87 echo "# It was automatically generated from config.charset."
88 # List of references, updated during installation:
89 echo "# Packages using this file: "
92 # With glibc-2.1 or newer, we don't need any canonicalization,
93 # because glibc has iconv and both glibc and libiconv support all
94 # GNU canonical names directly. Therefore, the Makefile does not
95 # need to install the alias file at all.
96 # The following applies only to glibc-2.0.x and older libcs.
97 echo "ISO_646.IRV:1983 ASCII"
100 echo "ISO8859-1 ISO-8859-1"
101 echo "ISO8859-2 ISO-8859-2"
102 echo "ISO8859-5 ISO-8859-5"
103 echo "ISO8859-6 ISO-8859-6"
104 echo "ISO8859-7 ISO-8859-7"
105 echo "ISO8859-8 ISO-8859-8"
106 echo "ISO8859-9 ISO-8859-9"
107 echo "ISO8859-15 ISO-8859-15"
110 echo "IBM-921 ISO-8859-13"
114 echo "IBM-1046 CP1046"
115 echo "IBM-1124 CP1124"
116 echo "IBM-1129 CP1129"
117 echo "IBM-1252 CP1252"
118 echo "IBM-eucCN EUC-CN"
119 echo "IBM-eucJP EUC-JP"
120 echo "IBM-eucKR EUC-KR"
121 echo "IBM-eucTW EUC-TW"
124 echo "TIS-620 TIS-620"
128 echo "iso88591 ISO-8859-1"
129 echo "iso88592 ISO-8859-2"
130 echo "iso88595 ISO-8859-5"
131 echo "iso88596 ISO-8859-6"
132 echo "iso88597 ISO-8859-7"
133 echo "iso88598 ISO-8859-8"
134 echo "iso88599 ISO-8859-9"
135 echo "roman8 HP-ROMAN8"
136 echo "arabic8 HP-ARABIC8"
137 echo "greek8 HP-GREEK8"
138 echo "hebrew8 HP-HEBREW8"
139 echo "turkish8 HP-TURKISH8"
140 echo "kana8 HP-KANA8"
141 echo "tis620 TIS-620"
147 #echo "ccdc ?" # what is this?
152 echo "ISO8859-1 ISO-8859-1"
153 echo "ISO8859-2 ISO-8859-2"
154 echo "ISO8859-5 ISO-8859-5"
155 echo "ISO8859-7 ISO-8859-7"
156 echo "ISO8859-9 ISO-8859-9"
159 echo "ISO8859-1 ISO-8859-1"
160 echo "ISO8859-7 ISO-8859-7"
161 echo "ISO8859-9 ISO-8859-9"
166 echo "ISO8859-1 ISO-8859-1"
167 echo "ISO8859-2 ISO-8859-2"
168 echo "ISO8859-4 ISO-8859-4"
169 echo "ISO8859-5 ISO-8859-5"
170 echo "ISO8859-6 ISO-8859-6"
171 echo "ISO8859-7 ISO-8859-7"
172 echo "ISO8859-8 ISO-8859-8"
173 echo "ISO8859-9 ISO-8859-9"
174 echo "ISO8859-15 ISO-8859-15"
178 echo "cns11643 EUC-TW"
182 echo "TIS620.2533 TIS-620"
183 #echo "sun_eu_greek ?" # what is this?