]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update comments.
authorBruno Haible <bruno@clisp.org>
Wed, 20 Dec 2006 15:44:30 +0000 (15:44 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:32 +0000 (12:14 +0200)
gettext-tools/tests/recode-sr-latin-2

index fb4c97050f7570c52ba6591863de338d96e1b98c..83bd83b3605dcc38e144403ee40f8017a956b25b 100755 (executable)
@@ -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