diff options
author | 2016-04-18 23:10:58 -0400 | |
---|---|---|
committer | 2016-04-23 03:41:56 -0400 | |
commit | f982160ead05503667c0e27efdc09e24e8b39d15 (patch) | |
tree | 4852482f4e80291bca7ad9236438b10ed43796e3 /localedata/locales/nn_NO | |
parent | localedata: standard LC_MESSAGES string regexes a bit (diff) | |
download | glibc-f982160ead05503667c0e27efdc09e24e8b39d15.tar.gz glibc-f982160ead05503667c0e27efdc09e24e8b39d15.tar.bz2 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/nn_NO')
-rw-r--r-- | localedata/locales/nn_NO | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/localedata/locales/nn_NO b/localedata/locales/nn_NO index 48d512eee3..44bdda2a1e 100644 --- a/localedata/locales/nn_NO +++ b/localedata/locales/nn_NO @@ -142,8 +142,8 @@ END LC_TIME LC_MESSAGES -yesexpr "<U005E><U005B><U004A><U006A><U0059><U0079><U005D>" -noexpr "<U005E><U005B><U004E><U006E><U005D>" +yesexpr "<U005E><U005B><U002B><U0031><U004A><U006A><U0059><U0079><U005D>" +noexpr "<U005E><U005B><U002D><U0030><U004E><U006E><U005D>" END LC_MESSAGES |