From: Bruno Haible Date: Tue, 18 Feb 2003 14:32:39 +0000 (+0000) Subject: Update from libiconv/libcharset. X-Git-Tag: v0.12~203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c225aac443803b5a21de24a33accd65142c39d4f;p=thirdparty%2Fgettext.git Update from libiconv/libcharset. --- diff --git a/gettext-runtime/intl/ChangeLog b/gettext-runtime/intl/ChangeLog index d5983750f..133954419 100644 --- a/gettext-runtime/intl/ChangeLog +++ b/gettext-runtime/intl/ChangeLog @@ -1,3 +1,8 @@ +2003-01-29 Bruno Haible + + * config.charset: Add an alias for CP1251 on Solaris. + Reported by Hidetoshi Tajima . + 2003-02-16 Bruno Haible * log.c: New file. diff --git a/gettext-runtime/intl/config.charset b/gettext-runtime/intl/config.charset index 4f98b5b0c..32becece9 100755 --- a/gettext-runtime/intl/config.charset +++ b/gettext-runtime/intl/config.charset @@ -1,7 +1,7 @@ #! /bin/sh # Output a system dependent table of character encoding aliases. # -# Copyright (C) 2000-2002 Free Software Foundation, Inc. +# Copyright (C) 2000-2003 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU Library General Public License as published @@ -71,7 +71,7 @@ # CP1125 dos # CP1129 aix # CP1250 woe32 -# CP1251 glibc woe32 +# CP1251 glibc solaris woe32 # CP1252 aix woe32 # CP1253 woe32 # CP1254 woe32 @@ -231,6 +231,7 @@ case "$os" in echo "ISO8859-9 ISO-8859-9" echo "ISO8859-15 ISO-8859-15" echo "koi8-r KOI8-R" + echo "ansi-1251 CP1251" echo "BIG5 BIG5" echo "Big5-HKSCS BIG5-HKSCS" echo "gb2312 GB2312" diff --git a/gettext-tools/lib/ChangeLog b/gettext-tools/lib/ChangeLog index a8085f3e7..ba0c03d89 100644 --- a/gettext-tools/lib/ChangeLog +++ b/gettext-tools/lib/ChangeLog @@ -1,3 +1,8 @@ +2003-01-29 Bruno Haible + + * config.charset: Add an alias for CP1251 on Solaris. + Reported by Hidetoshi Tajima . + 2003-02-18 Bruno Haible * copy-file.c: Include safe-read.h. diff --git a/gettext-tools/lib/config.charset b/gettext-tools/lib/config.charset index 4f98b5b0c..32becece9 100755 --- a/gettext-tools/lib/config.charset +++ b/gettext-tools/lib/config.charset @@ -1,7 +1,7 @@ #! /bin/sh # Output a system dependent table of character encoding aliases. # -# Copyright (C) 2000-2002 Free Software Foundation, Inc. +# Copyright (C) 2000-2003 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU Library General Public License as published @@ -71,7 +71,7 @@ # CP1125 dos # CP1129 aix # CP1250 woe32 -# CP1251 glibc woe32 +# CP1251 glibc solaris woe32 # CP1252 aix woe32 # CP1253 woe32 # CP1254 woe32 @@ -231,6 +231,7 @@ case "$os" in echo "ISO8859-9 ISO-8859-9" echo "ISO8859-15 ISO-8859-15" echo "koi8-r KOI8-R" + echo "ansi-1251 CP1251" echo "BIG5 BIG5" echo "Big5-HKSCS BIG5-HKSCS" echo "gb2312 GB2312"