diff options
author | Jim Meyering <jim@meyering.net> | 2000-03-04 07:53:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-03-04 07:53:33 +0000 |
commit | 871812bcec61d6126ed62b1f8214a909b09e2f34 (patch) | |
tree | ad66d17247b6d571813304addf36c57a54967013 /lib | |
parent | 14b2e25723d5125411c8fd78828048f141dedebc (diff) | |
download | coreutils-871812bcec61d6126ed62b1f8214a909b09e2f34.tar.xz |
New version, incorporating remarks from a linux
i18n mailing list. From Bruno Haible.
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/config.charset | 36 |
1 files changed, 19 insertions, 17 deletions
diff --git a/lib/config.charset b/lib/config.charset index 6104d5fd7..cd1999a14 100755 --- a/lib/config.charset +++ b/lib/config.charset @@ -30,23 +30,22 @@ # MIME charset name is preferred. # The current list of GNU canonical charset names is as follows. # -# name used by which systems +# name used by which systems a MIME name? # ASCII glibc solaris -# ISO-8859-1 glibc aix hpux irix osf solaris -# ISO-8859-2 glibc aix hpux irix solaris -# ISO-8859-4 solaris -# ISO-8859-5 glibc aix hpux irix solaris -# ISO-8859-6 aix hpux solaris -# ISO-8859-7 glibc aix hpux irix osf solaris -# ISO-8859-8 glibc aix hpux solaris -# ISO-8859-9 glibc aix hpux irix osf solaris +# ISO-8859-1 glibc aix hpux irix osf solaris yes +# ISO-8859-2 glibc aix hpux irix solaris yes +# ISO-8859-4 solaris yes +# ISO-8859-5 glibc aix hpux irix solaris yes +# ISO-8859-6 aix hpux solaris yes +# ISO-8859-7 glibc aix hpux irix osf solaris yes +# ISO-8859-8 glibc aix hpux solaris yes +# ISO-8859-9 glibc aix hpux irix osf solaris yes # ISO-8859-13 glibc # ISO-8859-15 aix solaris -# KOI8-R glibc solaris -# KOI8-U glibc +# KOI8-R glibc solaris yes +# KOI8-U glibc yes # CP850 aix osf # CP856 aix -# CP921 aix # CP922 aix # CP932 aix # CP943 aix @@ -55,10 +54,10 @@ # CP1129 aix # CP1252 aix # EUC-CN aix hpux solaris -# EUC-JP aix hpux solaris -# EUC-KR aix hpux solaris +# EUC-JP aix hpux solaris yes +# EUC-KR aix hpux solaris yes # EUC-TW aix hpux solaris -# BIG5 aix hpux solaris +# BIG5 aix hpux solaris yes # GBK aix # SJIS hpux solaris # TIS-620 aix hpux solaris @@ -68,7 +67,10 @@ # HP-HEBREW8 hpux # HP-TURKISH8 hpux # HP-KANA8 hpux -# UTF-8 glibc aix hpux solaris +# UTF-8 glibc aix hpux solaris yes +# +# Note: Names which are not marked as being a MIME name should not be used in +# Internet protocols for information interchange (mail, news, etc.). # # The first argument passed to this file is the canonical host specification, # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM @@ -99,7 +101,7 @@ case "$os" in echo "ISO8859-15 ISO-8859-15" echo "IBM-850 CP850" echo "IBM-856 CP856" - echo "IBM-921 CP921" + echo "IBM-921 ISO-8859-13" echo "IBM-922 CP922" echo "IBM-932 CP932" echo "IBM-943 CP943" |