aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike FABIAN <mfabian@redhat.com>2017-10-25 08:34:21 +0200
committerMike FABIAN <mfabian@redhat.com>2017-10-25 10:49:36 +0200
commitda33d60bbec1279b7918bd8e4de82677575a32b4 (patch)
tree3427d8acb28b22cad38f65a16d3a6b819a589123
parent725bbb3e18debf1e46d15bbf11da6393035aad5c (diff)
downloadglibc-da33d60bbec1279b7918bd8e4de82677575a32b4.tar
glibc-da33d60bbec1279b7918bd8e4de82677575a32b4.tar.gz
glibc-da33d60bbec1279b7918bd8e4de82677575a32b4.tar.bz2
glibc-da33d60bbec1279b7918bd8e4de82677575a32b4.zip
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.
-rw-r--r--ChangeLog6
-rw-r--r--localedata/locales/ug_CN4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e77574aa33..c6c99d91e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
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
the first letter of nostr in the regexp. It agrees with CLDR now.
Also make it more readable by using ASCII where possible.
diff --git a/localedata/locales/ug_CN b/localedata/locales/ug_CN
index 952750bbbc..761889cbdd 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 "<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