From: Mike FABIAN Date: Wed, 25 Oct 2017 06:34:21 +0000 (+0200) Subject: ug_CN locale: Fix noexpr and yesexpr X-Git-Tag: glibc-2.27~608 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da33d60bbec1279b7918bd8e4de82677575a32b4;p=thirdparty%2Fglibc.git ug_CN locale: Fix noexpr and yesexpr * localedata/locales/ug_CN (LC_MESSAGES): Fix noexpr and yesexpr by including the first letters of nostr and yesexpr in the regexp. Also make it more readable by using ASCII where possible. --- diff --git a/ChangeLog b/ChangeLog index e77574aa33b..c6c99d91e5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-10-25 Mike FABIAN + + * localedata/locales/ug_CN (LC_MESSAGES): Fix noexpr and yesexpr + by including the first letters of nostr and yesexpr in the regexp. + Also make it more readable by using ASCII where possible. + 2017-10-25 Mike FABIAN * localedata/locales/te_IN (LC_MESSAGES): Fix noexpr by including diff --git a/localedata/locales/ug_CN b/localedata/locales/ug_CN index 952750bbbc9..761889cbdd6 100644 --- a/localedata/locales/ug_CN +++ b/localedata/locales/ug_CN @@ -294,8 +294,8 @@ week 7;19971130;1 END LC_TIME LC_MESSAGES -yesexpr "" -noexpr "" +yesexpr "^[+1yY]" +noexpr "^[-0nN]" yesstr "" nostr "" END LC_MESSAGES