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/af_ZA | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'localedata/locales/af_ZA') diff --git a/localedata/locales/af_ZA b/localedata/locales/af_ZA index 730babeb01..7ff675938a 100644 --- a/localedata/locales/af_ZA +++ b/localedata/locales/af_ZA @@ -159,13 +159,8 @@ week 7;19971130;1 END LC_TIME LC_MESSAGES -% The affirmative response - -% "^[jJyY]" -yesexpr "" - -% The negative response - -% "^[nN]" -noexpr "" +yesexpr "" +noexpr "" END LC_MESSAGES LC_PAPER -- cgit v1.2.3