about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMike FABIAN <mfabian@redhat.com>2017-10-25 10:35:19 +0200
committerMike FABIAN <mfabian@redhat.com>2017-10-25 10:49:36 +0200
commit74e7284fe1d4be0e7eb3eb3ba9908eb7d0f04e3f (patch)
treedf1b36b8e0677742f4bf211deda9fbe5bbd13f04
parentb41a0ff1c829f907cdc5412079b539e172ccb9bc (diff)
downloadglibc-74e7284fe1d4be0e7eb3eb3ba9908eb7d0f04e3f.tar.gz
glibc-74e7284fe1d4be0e7eb3eb3ba9908eb7d0f04e3f.tar.xz
glibc-74e7284fe1d4be0e7eb3eb3ba9908eb7d0f04e3f.zip
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).
-rw-r--r--ChangeLog5
-rw-r--r--localedata/locales/ta_IN4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a68d70bbc6..9a555db69b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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,
 	also check for the first characters of yesstr and nostr.
 	* localedata/locales/kn_IN (LC_MESSAGES): Likewise.
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