diff options
Diffstat (limited to 'lib/config.charset')
| -rw-r--r-- | lib/config.charset | 53 | 
1 files changed, 26 insertions, 27 deletions
| diff --git a/lib/config.charset b/lib/config.charset index ae2efc4d..8083c602 100644 --- a/lib/config.charset +++ b/lib/config.charset @@ -1,7 +1,7 @@  #! /bin/sh  # Output a system dependent table of character encoding aliases.  # -#   Copyright (C) 2000-2004, 2006-2010 Free Software Foundation, Inc. +#   Copyright (C) 2000-2004, 2006-2015 Free Software Foundation, Inc.  #  #   This program is free software; you can redistribute it and/or modify  #   it under the terms of the GNU Lesser General Public License as published by @@ -14,8 +14,7 @@  #   GNU Lesser General Public License for more details.  #  #   You should have received a copy of the GNU Lesser General Public License along -#   with this program; if not, write to the Free Software Foundation, -#   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +#   with this program; if not, see <http://www.gnu.org/licenses/>.  #  # The table consists of lines of the form  #    ALIAS  CANONICAL @@ -30,21 +29,23 @@  # The current list of GNU canonical charset names is as follows.  #  #       name              MIME?             used by which systems -#   ASCII, ANSI_X3.4-1968       glibc solaris freebsd netbsd darwin -#   ISO-8859-1              Y   glibc aix hpux irix osf solaris freebsd netbsd openbsd darwin -#   ISO-8859-2              Y   glibc aix hpux irix osf solaris freebsd netbsd openbsd darwin -#   ISO-8859-3              Y   glibc solaris +#                                    (darwin = Mac OS X, woe32 = native Windows) +# +#   ASCII, ANSI_X3.4-1968       glibc solaris freebsd netbsd darwin cygwin +#   ISO-8859-1              Y   glibc aix hpux irix osf solaris freebsd netbsd openbsd darwin cygwin +#   ISO-8859-2              Y   glibc aix hpux irix osf solaris freebsd netbsd openbsd darwin cygwin +#   ISO-8859-3              Y   glibc solaris cygwin  #   ISO-8859-4              Y   osf solaris freebsd netbsd openbsd darwin -#   ISO-8859-5              Y   glibc aix hpux irix osf solaris freebsd netbsd openbsd darwin -#   ISO-8859-6              Y   glibc aix hpux solaris -#   ISO-8859-7              Y   glibc aix hpux irix osf solaris netbsd openbsd darwin -#   ISO-8859-8              Y   glibc aix hpux osf solaris -#   ISO-8859-9              Y   glibc aix hpux irix osf solaris darwin -#   ISO-8859-13                 glibc netbsd openbsd darwin -#   ISO-8859-14                 glibc -#   ISO-8859-15                 glibc aix osf solaris freebsd netbsd openbsd darwin +#   ISO-8859-5              Y   glibc aix hpux irix osf solaris freebsd netbsd openbsd darwin cygwin +#   ISO-8859-6              Y   glibc aix hpux solaris cygwin +#   ISO-8859-7              Y   glibc aix hpux irix osf solaris netbsd openbsd darwin cygwin +#   ISO-8859-8              Y   glibc aix hpux osf solaris cygwin +#   ISO-8859-9              Y   glibc aix hpux irix osf solaris darwin cygwin +#   ISO-8859-13                 glibc netbsd openbsd darwin cygwin +#   ISO-8859-14                 glibc cygwin +#   ISO-8859-15                 glibc aix osf solaris freebsd netbsd openbsd darwin cygwin  #   KOI8-R                  Y   glibc solaris freebsd netbsd openbsd darwin -#   KOI8-U                  Y   glibc freebsd netbsd openbsd darwin +#   KOI8-U                  Y   glibc freebsd netbsd openbsd darwin cygwin  #   KOI8-T                      glibc  #   CP437                       dos  #   CP775                       dos @@ -61,7 +62,7 @@  #   CP869                       dos  #   CP874                       woe32 dos  #   CP922                       aix -#   CP932                       aix woe32 dos +#   CP932                       aix cygwin woe32 dos  #   CP943                       aix  #   CP949                       osf darwin woe32 dos  #   CP950                       woe32 dos @@ -71,7 +72,7 @@  #   CP1129                      aix  #   CP1131                      darwin  #   CP1250                      woe32 -#   CP1251                      glibc solaris netbsd openbsd darwin woe32 +#   CP1251                      glibc solaris netbsd openbsd darwin cygwin woe32  #   CP1252                      aix woe32  #   CP1253                      woe32  #   CP1254                      woe32 @@ -80,19 +81,19 @@  #   CP1257                      woe32  #   GB2312                  Y   glibc aix hpux irix solaris freebsd netbsd darwin  #   EUC-JP                  Y   glibc aix hpux irix osf solaris freebsd netbsd darwin -#   EUC-KR                  Y   glibc aix hpux irix osf solaris freebsd netbsd darwin +#   EUC-KR                  Y   glibc aix hpux irix osf solaris freebsd netbsd darwin cygwin  #   EUC-TW                      glibc aix hpux irix osf solaris netbsd -#   BIG5                    Y   glibc aix hpux osf solaris freebsd netbsd darwin +#   BIG5                    Y   glibc aix hpux osf solaris freebsd netbsd darwin cygwin  #   BIG5-HKSCS                  glibc solaris darwin -#   GBK                         glibc aix osf solaris darwin woe32 dos +#   GBK                         glibc aix osf solaris darwin cygwin woe32 dos  #   GB18030                     glibc solaris netbsd darwin  #   SHIFT_JIS               Y   hpux osf solaris freebsd netbsd darwin  #   JOHAB                       glibc solaris woe32 -#   TIS-620                     glibc aix hpux osf solaris +#   TIS-620                     glibc aix hpux osf solaris cygwin  #   VISCII                  Y   glibc  #   TCVN5712-1                  glibc  #   ARMSCII-8                   glibc darwin -#   GEORGIAN-PS                 glibc +#   GEORGIAN-PS                 glibc cygwin  #   PT154                       glibc  #   HP-ROMAN8                   hpux  #   HP-ARABIC8                  hpux @@ -102,7 +103,7 @@  #   HP-KANA8                    hpux  #   DEC-KANJI                   osf  #   DEC-HANYU                   osf -#   UTF-8                   Y   glibc aix hpux osf solaris netbsd darwin +#   UTF-8                   Y   glibc aix hpux osf solaris netbsd darwin cygwin  #  # Note: Names which are not marked as being a MIME name should not be used in  # Internet protocols for information interchange (mail, news, etc.). @@ -347,12 +348,10 @@ case "$os" in      #echo "sun_eu_greek ?" # what is this?      echo "UTF-8 UTF-8"      ;; -  freebsd* | os2*) +  freebsd*)      # FreeBSD 4.2 doesn't have nl_langinfo(CODESET); therefore      # localcharset.c falls back to using the full locale name      # from the environment variables. -    # Likewise for OS/2. OS/2 has XFree86 just like FreeBSD. Just -    # reuse FreeBSD's locale data for OS/2.      echo "C ASCII"      echo "US-ASCII ASCII"      for l in la_LN lt_LN; do | 
