summaryrefslogtreecommitdiff
path: root/localedata/locales
diff options
context:
space:
mode:
authorMike FABIAN <mfabian@redhat.com>2017-10-25 08:17:24 +0200
committerMike FABIAN <mfabian@redhat.com>2017-10-25 10:49:36 +0200
commit725bbb3e18debf1e46d15bbf11da6393035aad5c (patch)
tree0f5a53f51d7975645ebf2728b137d1c49b5b3615 /localedata/locales
parentfe043d8af2aac18246eac87b6ace24bf021806e7 (diff)
downloadglibc-725bbb3e18debf1e46d15bbf11da6393035aad5c.tar.gz
ti_IN locale: Fix noexpr
* 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.
Diffstat (limited to 'localedata/locales')
-rw-r--r--localedata/locales/te_IN4
1 files changed, 2 insertions, 2 deletions
diff --git a/localedata/locales/te_IN b/localedata/locales/te_IN
index c9cccafde6..e178bede6d 100644
--- a/localedata/locales/te_IN
+++ b/localedata/locales/te_IN
@@ -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