diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-04-18 23:10:58 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-04-23 03:41:56 -0400 |
commit | f982160ead05503667c0e27efdc09e24e8b39d15 (patch) | |
tree | 4852482f4e80291bca7ad9236438b10ed43796e3 /localedata/locales/ta_IN | |
parent | ebf01e8334522a34c66f28322764d418d9b1c63e (diff) | |
download | glibc-f982160ead05503667c0e27efdc09e24e8b39d15.tar.gz glibc-f982160ead05503667c0e27efdc09e24e8b39d15.tar.xz glibc-f982160ead05503667c0e27efdc09e24e8b39d15.zip |
localedata: LC_MESSAGES.{yes,no}expr: add +1/-0 to all regexes [BZ #15263]
A handful of regexes were allowing +1 for yesexpr and -0 for noexpr, and it's the i18n definition. Standardize all locales by allowing these language-independent values in them. Example change for en_US goes from ^[yY] to ^[+1yY], and from ^[nN] to ^[-0nN].
Diffstat (limited to 'localedata/locales/ta_IN')
-rw-r--r-- | localedata/locales/ta_IN | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/localedata/locales/ta_IN b/localedata/locales/ta_IN index edd404df37..dfb33b9d74 100644 --- a/localedata/locales/ta_IN +++ b/localedata/locales/ta_IN @@ -166,21 +166,10 @@ END LC_TIME LC_MESSAGES -% This is the POSIX Locale definition for the LC_MESSAGES category -% generated by IBM Basic CountryPack Transformer. -% These are generated based on XML base Locale definition file -% for IBM Class for Unicode. -% -yesexpr "<U005E><U005B><U0B86><U0BAE><U0BCD><U0079><U0059><U005D>" - -noexpr "<U005E><U005B><U0B87><U0BB2><U0BCD><U0BB2><U0BC8><U006E><U004E><U005D>" - -% \u0b86\u0bae\u0bcd -yesstr "<U0B86><U0BAE><U0BCD>" -% -% \u0b87\u0bb2\u0bcd\u0bb2\u0bc8 -nostr "<U0B87><U0BB2><U0BCD><U0BB2><U0BC8>" -% +yesexpr "<U005E><U005B><U002B><U0031><U0B86><U0BAE><U0BCD><U0079><U0059><U005D>" +noexpr "<U005E><U005B><U002D><U0030><U0B87><U0BB2><U0BCD><U0BB2><U0BC8><U006E><U004E><U005D>" +yesstr "<U0B86><U0BAE><U0BCD>" +nostr "<U0B87><U0BB2><U0BCD><U0BB2><U0BC8>" END LC_MESSAGES |