]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add comment about failure on BeOS.
authorBruno Haible <bruno@clisp.org>
Wed, 29 Oct 2003 11:54:07 +0000 (11:54 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:07 +0000 (12:11 +0200)
gettext-tools/tests/lang-sh

index 1a612bf9e771f8ab9c2ea99ea9dff25ad70a1c64..d36996d670f8fdef5697ae81c8236afa3049235c 100755 (executable)
@@ -4,6 +4,9 @@
 # Assumes an fr_FR locale is installed.
 # Assumes the following packages are installed: bash.
 
+# Note: This test fails on BeOS because there all locales use the UTF-8
+# encoding, even the locale fr_FR, thus the output comes out in UTF-8.
+
 tmpfiles=""
 trap 'rm -fr $tmpfiles' 1 2 3 15