]> sourceware.org Git - glibc.git/commitdiff
chr_US locale: Fix yesexpr and noexpr
authorMike FABIAN <mfabian@redhat.com>
Wed, 25 Oct 2017 07:56:21 +0000 (09:56 +0200)
committerMike FABIAN <mfabian@redhat.com>
Wed, 25 Oct 2017 08:49:36 +0000 (10:49 +0200)
* localedata/locales/chr_US (LC_MESSAGES): In yesexpr and noexpr,
match also for the contents of yesstr and nostr. As the first letter
of yesstr and nostr is equal, checking only for the first letter
is not enough.

ChangeLog
localedata/locales/chr_US

index 4dc57d81891dbf9524c72a06e5ffc44f004e21b4..337af442773213f551c3f9fe793b83563180b564 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2017-10-25  Mike FABIAN  <mfabian@redhat.com>
+
+       * localedata/locales/chr_US (LC_MESSAGES): In yesexpr and noexpr,
+       match also for the contents of yesstr and nostr. As the first letter
+       of yesstr and nostr is equal, checking only for the first letter
+       is not enough.
+
 2017-10-25  Mike FABIAN  <mfabian@redhat.com>
 
        * localedata/locales/ber_DZ (LC_MESSAGES): Use copy "kab_DZ",
index 1fa25fbd93f3a81645bea77e7576677cd089ec6e..5ff061aa7659765baae22f3fccc4c1a942ec6f9a 100644 (file)
@@ -98,8 +98,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]|<U13A5><U13A5>)"
+noexpr  "^([-0nN]|<U13A5><U13DD>)"
 yesstr  "<U13A5><U13A5>"
 nostr   "<U13A5><U13DD>"
 END LC_MESSAGES
This page took 2.301985 seconds and 5 git commands to generate.