bug-libunistring
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-libunistring] [PATCH]:libunistring patch for RHEL7


From: umerqayam
Subject: [bug-libunistring] [PATCH]:libunistring patch for RHEL7
Date: Thu, 11 Dec 2014 12:18:12 +0530
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

Description:
Testcase  libunistring is failing in its subtest ( libunistring-0.9.3/tests/unicase/test-locale-language.sh ) test-locale-language.sh, the reason was  all its code was using UTF8 encoding format some how in the beginning some section was not implemented to use UTF8 Encoding format, hence the failure.

Solution:
UTF8 encoding format has been appended to the code where it was missing earlier.

PATCH [1]
===================================================

diff -Nuarp libunistring-0.9.3/tests/unicase/test-locale-language.sh.org libunistring-0.9.3/tests/unicase/test-locale-language.sh
--- libunistring-0.9.3/tests/unicase/test-locale-language.sh.org    2014-12-11 00:36:47.245445012 -0600
+++ libunistring-0.9.3/tests/unicase/test-locale-language.sh    2014-12-11 00:37:37.920864303 -0600
@@ -2,7 +2,7 @@
 
 LC_ALL=C                       ./test-locale-language${EXEEXT} '' || exit 1
 
-: ${LOCALE_FR=fr_FR}
+: ${LOCALE_FR_UTF8=fr_FR.UTF-8}
 if test $LOCALE_FR_UTF8 != none; then
   LC_ALL=$LOCALE_FR_UTF8       ./test-locale-language${EXEEXT} fr || exit 1




Regards,
Umer


reply via email to

[Prev in Thread] Current Thread [Next in Thread]