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] ta_IN locale: Fix yesexpr and noexpr


        * localedata/locales/ta_IN (LC_MESSAGES): Fix yesexpr and noexpr
        (Use first letters of yesstr and nostr correctly).

-- 
Mike FABIAN <mfabian@redhat.com>

>From 74e7284fe1d4be0e7eb3eb3ba9908eb7d0f04e3f Mon Sep 17 00:00:00 2001
From: Mike FABIAN <mfabian@redhat.com>
Date: Wed, 25 Oct 2017 10:35:19 +0200
Subject: [PATCH 15/19] ta_IN locale: Fix yesexpr and noexpr

	* localedata/locales/ta_IN (LC_MESSAGES): Fix yesexpr and noexpr
	(Use first letters of yesstr and nostr correctly).
---
 ChangeLog                | 5 +++++
 localedata/locales/ta_IN | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a68d70bbc6..9a555db69b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-10-25  Mike FABIAN  <mfabian@redhat.com>
+
+	* localedata/locales/ta_IN (LC_MESSAGES): Fix yesexpr and noexpr
+	(Use first letters of yesstr and nostr correctly).
+
 2017-10-25  Mike FABIAN  <mfabian@redhat.com>
 
 	* localedata/locales/hi_IN (LC_MESSAGES): In yesexpr and noexpr,
diff --git a/localedata/locales/ta_IN b/localedata/locales/ta_IN
index 5963a264b7..e5d51149de 100644
--- a/localedata/locales/ta_IN
+++ b/localedata/locales/ta_IN
@@ -146,8 +146,8 @@ END LC_TIME
 
 
 LC_MESSAGES
-yesexpr "<U005E><U005B><U002B><U0031><U0B86><U0BAE><U0BCD><U0079><U0059><U005D>"
-noexpr  "<U005E><U005B><U002D><U0030><U0B87><U0BB2><U0BCD><U0BB2><U0BC8><U006E><U004E><U005D>"
+yesexpr "^[+1yY<U0B86>]"
+noexpr  "^[-0nN<U0B87>]"
 yesstr  "<U0B86><U0BAE><U0BCD>"
 nostr   "<U0B87><U0BB2><U0BCD><U0BB2><U0BC8>"
 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]