.
[coreutils.git] / lib / config.charset
blob83f0b791e5e9e2816fa965bf38e8e616a7eb737e
1 #! /bin/sh
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)
9 # any later version.
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,
19 # USA.
21 # The table consists of lines of the form
22 # ALIAS CANONICAL
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
43 # ISO-8859-13 glibc
44 # ISO-8859-15 aix solaris
45 # KOI8-R glibc solaris yes
46 # KOI8-U glibc yes
47 # CP850 aix osf
48 # CP856 aix
49 # CP922 aix
50 # CP932 aix
51 # CP943 aix
52 # CP1046 aix
53 # CP1124 aix
54 # CP1129 aix
55 # CP1252 aix
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
61 # GBK aix
62 # SJIS hpux solaris
63 # TIS-620 aix hpux solaris
64 # HP-ROMAN8 hpux
65 # HP-ARABIC8 hpux
66 # HP-GREEK8 hpux
67 # HP-HEBREW8 hpux
68 # HP-TURKISH8 hpux
69 # HP-KANA8 hpux
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
80 # or
81 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
83 host="$1"
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: "
90 case "$os" in
91 linux* | *-gnu*)
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"
99 aix*)
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"
108 echo "IBM-850 CP850"
109 echo "IBM-856 CP856"
110 echo "IBM-921 ISO-8859-13"
111 echo "IBM-922 CP922"
112 echo "IBM-932 CP932"
113 echo "IBM-943 CP943"
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"
122 echo "big5 BIG5"
123 echo "GBK GBK"
124 echo "TIS-620 TIS-620"
125 echo "UTF-8 UTF-8"
127 hpux*)
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"
142 echo "big5 BIG5"
143 echo "eucJP EUC-JP"
144 echo "eucKR EUC-KR"
145 echo "eucTW EUC-TW"
146 echo "hp15CN EUC-CN"
147 #echo "ccdc ?" # what is this?
148 echo "SJIS SJIS"
149 echo "utf8 UTF-8"
151 irix*)
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"
158 osf*)
159 echo "ISO8859-1 ISO-8859-1"
160 echo "ISO8859-7 ISO-8859-7"
161 echo "ISO8859-9 ISO-8859-9"
162 echo "cp850 CP850"
164 solaris*)
165 echo "646 ASCII"
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"
175 echo "koi8-r KOI8-R"
176 echo "BIG5 BIG5"
177 echo "gb2312 EUC-CN"
178 echo "cns11643 EUC-TW"
179 echo "5601 EUC-KR"
180 echo "eucJP EUC-JP"
181 echo "PCK SJIS"
182 echo "TIS620.2533 TIS-620"
183 #echo "sun_eu_greek ?" # what is this?
184 echo "UTF-8 UTF-8"
186 esac