From: Mike FABIAN Date: Wed, 25 Oct 2017 06:17:24 +0000 (+0200) Subject: ti_IN locale: Fix noexpr X-Git-Tag: glibc-2.27~609 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=725bbb3e18debf1e46d15bbf11da6393035aad5c;p=glibc.git 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. --- diff --git a/ChangeLog b/ChangeLog index 8c89a5e9df..e77574aa33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-10-25 Mike FABIAN + + * 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 * localedata/locales/km_KH (LC_MESSAGES): Fix yestr and nostr. 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 "" -noexpr "" +yesexpr "^[+1yY]" +noexpr "^[-0nN]" yesstr "" nostr "" END LC_MESSAGES