Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP3:Update
glibc.22352
glibc-disable-gettext-for-c-utf8.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File glibc-disable-gettext-for-c-utf8.patch of Package glibc.22352
Index: glibc-2.27/intl/dcigettext.c =================================================================== --- glibc-2.27.orig/intl/dcigettext.c +++ glibc-2.27/intl/dcigettext.c @@ -695,6 +695,7 @@ DCIGETTEXT (const char *domainname, cons /* 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, "POSIX") == 0) break;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor