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/ml_IN | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) (limited to 'localedata/locales/ml_IN') diff --git a/localedata/locales/ml_IN b/localedata/locales/ml_IN index e52cf6ffd3..f3f4565a80 100644 --- a/localedata/locales/ml_IN +++ b/localedata/locales/ml_IN @@ -175,24 +175,10 @@ week 7;19971130;1 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. -% -% ^[\u0d05\u0d24\u0d46] -yesexpr "" -% -% -% ^[\u0d05\u0d32\u0d4d\u0d32] -noexpr "" -% -% \u0d05\u0d24\u0d46 -yesstr "" -% -% \u0d05\u0d32\u0d4d\u0d32 -nostr "" -% +yesexpr "" +noexpr "" +yesstr "" +nostr "" END LC_MESSAGES % LC_PAPER -- cgit v1.2.3-70-g09d2