Andreas Schwab 2016-03-10 10:29:08 +00:00 committed by Git OBS Bridge
parent 37b6441105
commit 353d9cc41d

View File

@ -6,7 +6,7 @@ Index: glibc-2.23/intl/dcigettext.c
/* If the current locale value is C (or POSIX) we don't load a
domain. Return the MSGID. */
if (strcmp (single_locale, "C") == 0
+ || strcmp (single_locale, "C.UTF-8") == 0
+ || strcmp (single_locale, "C.UTF-8") == 0
|| strcmp (single_locale, "POSIX") == 0)
break;