From f982160ead05503667c0e27efdc09e24e8b39d15 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 18 Apr 2016 23:10:58 -0400 Subject: 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]. --- localedata/locales/ta_IN | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) (limited to 'localedata/locales/ta_IN') 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 "" - -noexpr "" - -% \u0b86\u0bae\u0bcd -yesstr "" -% -% \u0b87\u0bb2\u0bcd\u0bb2\u0bc8 -nostr "" -% +yesexpr "" +noexpr "" +yesstr "" +nostr "" END LC_MESSAGES -- cgit v1.2.1