about summary refs log tree commit diff
path: root/localedata/locales/si_LK
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-04-18 23:10:58 -0400
committerMike Frysinger <vapier@gentoo.org>2016-04-23 03:41:56 -0400
commitf982160ead05503667c0e27efdc09e24e8b39d15 (patch)
tree4852482f4e80291bca7ad9236438b10ed43796e3 /localedata/locales/si_LK
parentebf01e8334522a34c66f28322764d418d9b1c63e (diff)
downloadglibc-f982160ead05503667c0e27efdc09e24e8b39d15.tar.gz
glibc-f982160ead05503667c0e27efdc09e24e8b39d15.tar.xz
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/si_LK')
-rw-r--r--localedata/locales/si_LK16
1 files changed, 4 insertions, 12 deletions
diff --git a/localedata/locales/si_LK b/localedata/locales/si_LK
index e4f59cae2a..316826186d 100644
--- a/localedata/locales/si_LK
+++ b/localedata/locales/si_LK
@@ -163,18 +163,10 @@ END LC_TIME
 
 
 LC_MESSAGES
-% This is the POSIX Locale definition for the LC_MESSAGES category
-%
-% ^[\u0d94\u0059\u0079]
-yesexpr     "<U005E><U005B><U0D94><U0059><U0079><U005D>"
-%
-% ^[\u0db1\u004e\u006e]
-noexpr      "<U005E><U005B><U0DB1><U004E><U006E><U005D>"
-%
-yesstr      "<U0D94><U0DC0><U0DCA>"
-%
-nostr       "<U0DB1><U0DD0><U0DAD>"
-%
+yesexpr "<U005E><U005B><U002B><U0031><U0D94><U0059><U0079><U005D>"
+noexpr  "<U005E><U005B><U002D><U0030><U0DB1><U004E><U006E><U005D>"
+yesstr  "<U0D94><U0DC0><U0DCA>"
+nostr   "<U0DB1><U0DD0><U0DAD>"
 END LC_MESSAGES