From: Bruno Haible Date: Wed, 20 Dec 2006 15:44:30 +0000 (+0000) Subject: Update comments. X-Git-Tag: v0.17~551 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d2a06ddddf6f88abf0b1a6921c328c276a16003;p=thirdparty%2Fgettext.git Update comments. --- diff --git a/gettext-tools/tests/recode-sr-latin-2 b/gettext-tools/tests/recode-sr-latin-2 index fb4c97050..83bd83b36 100755 --- a/gettext-tools/tests/recode-sr-latin-2 +++ b/gettext-tools/tests/recode-sr-latin-2 @@ -4,9 +4,8 @@ # (Apart from UTF-8 and GB18030, EUC-JP is the only common encoding that is # a superset of both ISO-8859-5 and ISO-8859-2.) -# Note: This test fails on AIX 4 because when LC_ALL=ja_JP, -# setlocale (LC_ALL, "") works fine in the test program of locale-ja.m4 but -# fails in the recode-sr-latin program. I don't know why. +# Note: This test fails on AIX 4 with libiconv < 1.12, due to an interaction +# between libiconv and the setlocale() function. It is fixed in libiconv-1.12. tmpfiles="" trap 'rm -fr $tmpfiles' 1 2 3 15