]> git.ipfire.org Git - thirdparty/gettext.git/commit
Fix lang-python-* failures when a traditional French locale is present.
authorBruno Haible <bruno@clisp.org>
Mon, 19 Jun 2023 16:33:36 +0000 (18:33 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 19 Jun 2023 16:33:36 +0000 (18:33 +0200)
commit3c7e67be7d4dab9df362ab19f4f5fa3b9ca0836b
tree893aec6d1fa9e652444856dfb58c27479c0d594f
parent4563939bc09cdf7c4497d2c38306849d26b6795b
Fix lang-python-* failures when a traditional French locale is present.

This is caused by the new UTF-8 encoded messages in .mo files, together
with a bug in gettext.py from Python 2.7 that prohibits reencoding of the
looked-up messages at run time.

* gettext-tools/tests/lang-python-1: Instead of conditionally skipping the test
in the $LOCALE_FR_UTF8 locale, conditionally skip the test in the $LOCALE_FR
locale.
* gettext-tools/tests/lang-python-2: Likewise.
gettext-tools/tests/lang-python-1
gettext-tools/tests/lang-python-2