This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch, master, updated. glibc-2.13-129-g9c1cc6f


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  9c1cc6f1fed4115de028610bc9ef5476c8fab56e (commit)
      from  2a81eaa5a29932c7ab9d4f90007cfef6dd451247 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=9c1cc6f1fed4115de028610bc9ef5476c8fab56e

commit 9c1cc6f1fed4115de028610bc9ef5476c8fab56e
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Mon May 9 11:59:34 2011 -0400

    Use rupee sign in Indian locales.

diff --git a/NEWS b/NEWS
index 053d031..d14dba8 100644
--- a/NEWS
+++ b/NEWS
@@ -23,8 +23,8 @@ Version 2.14
 * The following bugs are resolved with this release:
 
   11724, 12393, 12420, 12445, 12454, 12460, 12469, 12489, 12509, 12510,
-  12518, 12583, 12587, 12597, 12631, 12650, 12653, 12655, 12685, 12711,
-  12713, 12714, 12717, 12723, 12734, 12738
+  12518, 12541, 12583, 12587, 12597, 12631, 12650, 12653, 12655, 12685,
+  12711, 12713, 12714, 12717, 12723, 12734, 12738
 
 Version 2.13
 
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 52bd694..95991bc 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,5 +1,25 @@
 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
 
+	[BZ #12541]
+	* locales/ar_IN: Update currency_symbol.
+	* locales/as_IN: Likewise.
+	* locales/bn_IN: Likewise.
+	* locales/en_IN: Likewise.
+	* locales/gu_IN: Likewise.
+	* locales/hi_IN: Likewise.
+	* locales/kn_IN: Likewise.
+	* locales/kok_IN: Likewise.
+	* locales/ks_IN: Likewise.
+	* locales/ml_IN: Likewise.
+	* locales/mr_IN: Likewise.
+	* locales/or_IN: Likewise.
+	* locales/pa_IN: Likewise.
+	* locales/sa_IN: Likewise.
+	* locales/sd_IN: Likewise.
+	* locales/ta_IN: Likewise.
+	* locales/te_IN: Likewise.
+	Patch by pravin.d.s@gmail.com.
+
 	[BZ #12711]
 	* charmaps/UTF-8: Update from reason Unidata.txt file.
 
diff --git a/localedata/locales/ar_IN b/localedata/locales/ar_IN
index a20cd6d..821cb31 100644
--- a/localedata/locales/ar_IN
+++ b/localedata/locales/ar_IN
@@ -52,7 +52,7 @@ LC_MONETARY
 % for IBM Class for Unicode.
 %
 int_curr_symbol       "<U0049><U004E><U0052><U0020>"
-currency_symbol       "<U20A8>"
+currency_symbol       "<U20B9>"
 mon_decimal_point     "<U002E>"
 mon_thousands_sep     "<U002C>"
 mon_grouping          3;2
diff --git a/localedata/locales/as_IN b/localedata/locales/as_IN
index 5c2b5bd..47164eb 100644
--- a/localedata/locales/as_IN
+++ b/localedata/locales/as_IN
@@ -51,7 +51,7 @@ END LC_NUMERIC
 %%%%%%%%%%%%%
 LC_MONETARY
 int_curr_symbol       "<U0049><U004E><U0052><U0020>"
-currency_symbol       "<U099F><U0995><U09BE>"
+currency_symbol       "<U20B9>"
 mon_decimal_point     "<U002E>"
 mon_thousands_sep     "<U002C>"
 mon_grouping          3;2
diff --git a/localedata/locales/bn_IN b/localedata/locales/bn_IN
index d049a23..6cecf29 100644
--- a/localedata/locales/bn_IN
+++ b/localedata/locales/bn_IN
@@ -53,7 +53,7 @@ LC_MONETARY
 % for IBM Class for Unicode.
 %
 int_curr_symbol       "<U0049><U004E><U0052><U0020>"
-currency_symbol       "<U099F><U09BE><U0995><U09BE>"
+currency_symbol       "<U20B9>"
 mon_decimal_point     "<U002E>"
 mon_thousands_sep     "<U002C>"
 mon_grouping          2;3
diff --git a/localedata/locales/en_IN b/localedata/locales/en_IN
index 3af445a..d5f09f1 100644
--- a/localedata/locales/en_IN
+++ b/localedata/locales/en_IN
@@ -52,7 +52,7 @@ LC_MONETARY
 % for IBM Class for Unicode.
 %
 int_curr_symbol       "<U0049><U004E><U0052><U0020>"
-currency_symbol       "<U20A8>"
+currency_symbol       "<U20B9>"
 mon_decimal_point     "<U002E>"
 mon_thousands_sep     "<U002C>"
 mon_grouping          3;2
diff --git a/localedata/locales/gu_IN b/localedata/locales/gu_IN
index 2c3d729..e908e70 100644
--- a/localedata/locales/gu_IN
+++ b/localedata/locales/gu_IN
@@ -71,7 +71,7 @@ LC_MONETARY
 % for IBM Class for Unicode/Java
 %
 int_curr_symbol       "<U0049><U004E><U0052><U0020>"
-currency_symbol       "<U0AB0><U0AC1>"
+currency_symbol       "<U20B9>"
 mon_decimal_point     "<U002E>"
 mon_thousands_sep     "<U002C>"
 mon_grouping          3
diff --git a/localedata/locales/hi_IN b/localedata/locales/hi_IN
index 5aca5d9..bdba3e2 100644
--- a/localedata/locales/hi_IN
+++ b/localedata/locales/hi_IN
@@ -69,7 +69,7 @@ LC_MONETARY
 % for IBM Class for Unicode/Java
 %
 int_curr_symbol       "<U0049><U004E><U0052><U0020>"
-currency_symbol       "<U0930><U0942>"
+currency_symbol       "<U20B9>"
 mon_decimal_point     "<U002E>"
 mon_thousands_sep     "<U002C>"
 mon_grouping          3
diff --git a/localedata/locales/kn_IN b/localedata/locales/kn_IN
index 9b61dc0..16e3974 100644
--- a/localedata/locales/kn_IN
+++ b/localedata/locales/kn_IN
@@ -71,8 +71,7 @@ LC_MONETARY
 % for IBM Class for Unicode/Java
 %
 int_curr_symbol       "<U0049><U004E><U0052><U0020>"
-% *** Change this to reflect Kannada , in Dev it is RA with VS U attached
-currency_symbol       "<U0CB0><U0CC2>"
+currency_symbol       "<U20B9>"
 mon_decimal_point     "<U002E>"
 mon_thousands_sep     "<U002C>"
 mon_grouping          3
diff --git a/localedata/locales/kok_IN b/localedata/locales/kok_IN
index 1600359..8f30139 100644
--- a/localedata/locales/kok_IN
+++ b/localedata/locales/kok_IN
@@ -49,7 +49,7 @@ LC_MONETARY
 % for IBM Class for Unicode.
 %
 int_curr_symbol       "<U0049><U004E><U0052><U0020>"
-currency_symbol       "<U0930><U0941>"
+currency_symbol       "<U20B9>"
 mon_decimal_point     "<U002E>"
 mon_thousands_sep     "<U002C>"
 mon_grouping          3
diff --git a/localedata/locales/ks_IN b/localedata/locales/ks_IN
index 5d53c93..77cc8c2 100644
--- a/localedata/locales/ks_IN
+++ b/localedata/locales/ks_IN
@@ -57,7 +57,7 @@ LC_MONETARY
 % for IBM Class for Unicode.
 %
 int_curr_symbol       "<U0049><U004E><U0052><U0020>"
-currency_symbol       "<U20A8>"
+currency_symbol       "<U20B9>"
 mon_decimal_point     "<U002E>"
 mon_thousands_sep     "<U002C>"
 mon_grouping          3
diff --git a/localedata/locales/ml_IN b/localedata/locales/ml_IN
index 6c97a5a..deee7ed 100644
--- a/localedata/locales/ml_IN
+++ b/localedata/locales/ml_IN
@@ -69,7 +69,7 @@ LC_MONETARY
 % for IBM Class for Unicode.
 %
 int_curr_symbol     "<U0049><U004E><U0052><U0020>"
-currency_symbol     "<U0D30><U0D42>"
+currency_symbol     "<U20B9>"
 mon_decimal_point     "<U002E>"
 mon_thousands_sep     "<U002C>"
 mon_grouping          3;2
diff --git a/localedata/locales/mr_IN b/localedata/locales/mr_IN
index e5658a1..54fe311 100644
--- a/localedata/locales/mr_IN
+++ b/localedata/locales/mr_IN
@@ -70,7 +70,7 @@ LC_MONETARY
 % for IBM Class for Unicode.
 %
 int_curr_symbol       "<U0049><U004E><U0052><U0020>"
-currency_symbol       "<U0930><U0941>"
+currency_symbol       "<U20B9>"
 mon_decimal_point     "<U002E>"
 mon_thousands_sep     "<U002C>"
 mon_grouping          3
diff --git a/localedata/locales/or_IN b/localedata/locales/or_IN
index 22ee031..1c6d8c7 100644
--- a/localedata/locales/or_IN
+++ b/localedata/locales/or_IN
@@ -607,7 +607,7 @@ END LC_NUMERIC
 %%%%%%%%%%%%%
 LC_MONETARY
 int_curr_symbol       "<U0049><U004E><U0052><U0020>"
-currency_symbol       "<U003D><U0030><U0023><U0052><U0073><U002E><U007C><U0031><U0023><U0052><U0065><U002E><U007C><U0031><U003C><U0052><U0073><U002E>"
+currency_symbol       "<U20B9>"
 mon_decimal_point     "<U002E>"
 mon_thousands_sep     "<U002C>"
 mon_grouping          3;2
diff --git a/localedata/locales/pa_IN b/localedata/locales/pa_IN
index 98cb916..2a2dd1e 100644
--- a/localedata/locales/pa_IN
+++ b/localedata/locales/pa_IN
@@ -66,7 +66,7 @@ END LC_COLLATE
 LC_MONETARY
 % This is the POSIX Locale definition the LC_MONETARY category.
 int_curr_symbol       "<U0049><U004E><U0052><U0020>"
-currency_symbol       "<U0A30><U0A41><U0A2A><U0A0F>"
+currency_symbol       "<U20B9>"
 mon_decimal_point     "<U002E>"
 mon_thousands_sep     "<U002C>"
 mon_grouping          3
diff --git a/localedata/locales/sa_IN b/localedata/locales/sa_IN
index 8dac294..69248a2 100644
--- a/localedata/locales/sa_IN
+++ b/localedata/locales/sa_IN
@@ -52,7 +52,7 @@ LC_MONETARY
 % for IBM Class for Unicode/Java
 %
 int_curr_symbol       "<U0049><U004E><U0052><U0020>"
-currency_symbol       "<U0930><U0942>"
+currency_symbol       "<U20B9>"
 mon_decimal_point     "<U002E>"
 mon_thousands_sep     "<U002C>"
 mon_grouping          3
diff --git a/localedata/locales/sd_IN b/localedata/locales/sd_IN
index 4688ddc..77d6af2 100644
--- a/localedata/locales/sd_IN
+++ b/localedata/locales/sd_IN
@@ -57,7 +57,7 @@ LC_MONETARY
 % for IBM Class for Unicode.
 %
 int_curr_symbol       "<U0049><U004E><U0052><U0020>"
-currency_symbol       "<U20A8>"
+currency_symbol       "<U20B9>"
 mon_decimal_point     "<U002E>"
 mon_thousands_sep     "<U002C>"
 mon_grouping          3
diff --git a/localedata/locales/ta_IN b/localedata/locales/ta_IN
index 19c41f6..0f04265 100644
--- a/localedata/locales/ta_IN
+++ b/localedata/locales/ta_IN
@@ -74,7 +74,7 @@ LC_MONETARY
 % for IBM Class for Unicode.
 %
 int_curr_symbol       "<U0049><U004E><U0052><U0020>"
-currency_symbol       "<U20A8>"
+currency_symbol       "<U20B9>"
 mon_decimal_point     "<U002E>"
 mon_thousands_sep     "<U002C>"
 mon_grouping          3;2
diff --git a/localedata/locales/te_IN b/localedata/locales/te_IN
index 38040f8..2467d07 100644
--- a/localedata/locales/te_IN
+++ b/localedata/locales/te_IN
@@ -73,7 +73,7 @@ LC_MONETARY
 % for IBM Class for Unicode.
 %
 int_curr_symbol       "<U0049><U004E><U0052><U0020>"
-currency_symbol       "<U0C30><U0C42><U002E>"
+currency_symbol       "<U20B9>"
 mon_decimal_point     "<U002E>"
 mon_thousands_sep     "<U002C>"
 mon_grouping          3;2

-----------------------------------------------------------------------

Summary of changes:
 NEWS                      |    4 ++--
 localedata/ChangeLog      |   20 ++++++++++++++++++++
 localedata/locales/ar_IN  |    2 +-
 localedata/locales/as_IN  |    2 +-
 localedata/locales/bn_IN  |    2 +-
 localedata/locales/en_IN  |    2 +-
 localedata/locales/gu_IN  |    2 +-
 localedata/locales/hi_IN  |    2 +-
 localedata/locales/kn_IN  |    3 +--
 localedata/locales/kok_IN |    2 +-
 localedata/locales/ks_IN  |    2 +-
 localedata/locales/ml_IN  |    2 +-
 localedata/locales/mr_IN  |    2 +-
 localedata/locales/or_IN  |    2 +-
 localedata/locales/pa_IN  |    2 +-
 localedata/locales/sa_IN  |    2 +-
 localedata/locales/sd_IN  |    2 +-
 localedata/locales/ta_IN  |    2 +-
 localedata/locales/te_IN  |    2 +-
 19 files changed, 39 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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