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/uk_UA | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'localedata/locales/uk_UA') diff --git a/localedata/locales/uk_UA b/localedata/locales/uk_UA index 180e24ed11..37f4011210 100644 --- a/localedata/locales/uk_UA +++ b/localedata/locales/uk_UA @@ -554,7 +554,7 @@ LC_MESSAGES % A regular expression that describes possible yes-responses % "", "", "", "" or "" in Cyrillic -yesexpr "" +yesexpr "" % WARNING: symbols "" and "" are placed at one key in Ukrainian % keyboard layout although the meaning is semantically opposite ("" stands for @@ -565,7 +565,7 @@ yesexpr "< % A regular expression that describes possible no-responses. % "", "", "" or word "" in Cyrillic -noexpr "" +noexpr "" % "" "" "" or word "" in Cyrillic -- cgit 1.4.1