]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
ug_CN locale: Fix noexpr and yesexpr
authorMike FABIAN <mfabian@redhat.com>
Wed, 25 Oct 2017 06:34:21 +0000 (08:34 +0200)
committerMike FABIAN <mfabian@redhat.com>
Wed, 25 Oct 2017 08:49:36 +0000 (10:49 +0200)
* 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.

ChangeLog
localedata/locales/ug_CN

index e77574aa33b1288f7ef52d98ef5d7760de297ee2..c6c99d91e5a9d42553151e4320848a382df77553 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-10-25  Mike FABIAN  <mfabian@redhat.com>
+
+       * 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  <mfabian@redhat.com>
 
        * localedata/locales/te_IN (LC_MESSAGES): Fix noexpr by including
index 952750bbbc98f24d6fe0ead51a75d86690edd446..761889cbdd6be012250af03c5ae19b0589728b62 100644 (file)
@@ -294,8 +294,8 @@ week 7;19971130;1
 END LC_TIME
 
 LC_MESSAGES
-yesexpr "<U005E><U005B><U002B><U0031><U0079><U0059><U005D>"
-noexpr  "<U005E><U005B><U002D><U0030><U006E><U004E><U005D>"
+yesexpr "^[+1yY<U06BE>]"
+noexpr  "^[-0nN<U064A>]"
 yesstr  "<U06BE><U06D5><U0626><U06D5>"
 nostr   "<U064A><U0627><U0642>"
 END LC_MESSAGES