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

ChangeLog
localedata/locales/te_IN

index 8c89a5e9df208411603da7a81ac65d5cd8adc3a6..e77574aa33b1288f7ef52d98ef5d7760de297ee2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
 2017-10-24  Mike FABIAN  <mfabian@redhat.com>
 
        * localedata/locales/km_KH (LC_MESSAGES): Fix yestr and nostr.
index c9cccafde683a9650d92827bdc8ac306169bdff5..e178bede6d2b025979a154b0b70c379b4b4f9bcf 100644 (file)
@@ -149,8 +149,8 @@ END LC_TIME
 
 
 LC_MESSAGES
-yesexpr "<U005E><U005B><U002B><U0031><U0079><U0059><U0C05><U005D>"
-noexpr  "<U005E><U005B><U002D><U0030><U006E><U004E><U0C15><U005D>"
+yesexpr "^[+1yY<U0C05>]"
+noexpr  "^[-0nN<U0C35>]"
 yesstr  "<U0C05><U0C35><U0C41><U0C28><U0C41>"
 nostr   "<U0C35><U0C26><U0C4D><U0C26><U0C41>"
 END LC_MESSAGES