This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed, PATCH] hi_IN, kn_IN, ks_IN@devanagari locales: In yesexpr and noexpr, also check for the first characters of yesstr and nostr


        * localedata/locales/hi_IN (LC_MESSAGES): In yesexpr and noexpr,
        also check for the first characters of yesstr and nostr.
        * localedata/locales/kn_IN (LC_MESSAGES): Likewise.
        * localedata/locales/ks_IN@devanagari (LC_MESSAGES): Likewise.

-- 
Mike FABIAN <mfabian@redhat.com>

>From b41a0ff1c829f907cdc5412079b539e172ccb9bc Mon Sep 17 00:00:00 2001
From: Mike FABIAN <mfabian@redhat.com>
Date: Wed, 25 Oct 2017 10:06:31 +0200
Subject: [PATCH 14/19] hi_IN, kn_IN, ks_IN@devanagari locales:  In yesexpr and
 noexpr, also check for the first characters of yesstr and nostr

	* localedata/locales/hi_IN (LC_MESSAGES): In yesexpr and noexpr,
	also check for the first characters of yesstr and nostr.
	* localedata/locales/kn_IN (LC_MESSAGES): Likewise.
	* localedata/locales/ks_IN@devanagari (LC_MESSAGES): Likewise.
---
 ChangeLog                           | 7 +++++++
 localedata/locales/hi_IN            | 4 ++--
 localedata/locales/kn_IN            | 4 ++--
 localedata/locales/ks_IN@devanagari | 4 ++--
 4 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5c9bf7414f..a68d70bbc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2017-10-25  Mike FABIAN  <mfabian@redhat.com>
+
+	* localedata/locales/hi_IN (LC_MESSAGES): In yesexpr and noexpr,
+	also check for the first characters of yesstr and nostr.
+	* localedata/locales/kn_IN (LC_MESSAGES): Likewise.
+	* localedata/locales/ks_IN@devanagari (LC_MESSAGES): Likewise.
+
 2017-10-25  Mike FABIAN  <mfabian@redhat.com>
 
 	* localedata/locales/cmn_TW (LC_MESSAGES): In yesexpr and noexpr,
diff --git a/localedata/locales/hi_IN b/localedata/locales/hi_IN
index b0ac9aa284..16af86c73d 100644
--- a/localedata/locales/hi_IN
+++ b/localedata/locales/hi_IN
@@ -184,8 +184,8 @@ END LC_TIME
 
 
 LC_MESSAGES
-yesexpr "<U005E><U005B><U002B><U0031><U0079><U0059><U005D>"
-noexpr  "<U005E><U005B><U002D><U0030><U006E><U004E><U005D>"
+yesexpr "^[+1yY<U0939>]"
+noexpr  "^[-0nN<U0928>]"
 yesstr  "<U0939><U093E><U0901>"
 nostr   "<U0928><U0939><U0940><U0902>"
 END LC_MESSAGES
diff --git a/localedata/locales/kn_IN b/localedata/locales/kn_IN
index fc067b8054..ce079025ca 100644
--- a/localedata/locales/kn_IN
+++ b/localedata/locales/kn_IN
@@ -171,8 +171,8 @@ END LC_TIME
 
 
 LC_MESSAGES
-yesexpr "<U005E><U005B><U002B><U0031><U0079><U0059><U005D>"
-noexpr  "<U005E><U005B><U002D><U0030><U006E><U004E><U005D>"
+yesexpr "^[+1yY<U0CB9>]"
+noexpr  "^[-0nN<U0C87>]"
 yesstr  "<U0CB9><U0CCC><U0CA6><U0CC1>"
 nostr   "<U0C87><U0CB2><U0CCD><U0CB2>"
 END LC_MESSAGES
diff --git a/localedata/locales/ks_IN@devanagari b/localedata/locales/ks_IN@devanagari
index 4ee9528e8a..bc149156b4 100644
--- a/localedata/locales/ks_IN@devanagari
+++ b/localedata/locales/ks_IN@devanagari
@@ -136,8 +136,8 @@ END LC_TIME
 
 
 LC_MESSAGES
-yesexpr "<U005E><U005B><U002B><U0031><U0079><U0059><U005D>"
-noexpr  "<U005E><U005B><U002D><U0030><U006E><U004E><U005D>"
+yesexpr "^[+1yY<U0907>]"
+noexpr  "^[-0nN<U0928>]"
 yesstr  "<U0907><U0902><U0928>"
 nostr   "<U0928>"
 END LC_MESSAGES
-- 
2.14.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]