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.16-ports-merge-818-g0136fe2


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  0136fe2a802cda68409af2b3e470d9d8f5a9321a (commit)
      from  c9d6789ebe028a260d3e5be0c26b7d02fdfe99fe (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=0136fe2a802cda68409af2b3e470d9d8f5a9321a

commit 0136fe2a802cda68409af2b3e470d9d8f5a9321a
Author: Jeff Law <law@redhat.com>
Date:   Mon Dec 3 13:21:22 2012 -0700

            * locales/uk_UA (currency_symbol): Fix.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index a930a4e..cdcf5ec 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,7 @@
+2012-12-03  Ashish Shah  <ashishks@redhat.com>
+
+	* locales/uk_UA (currency_symbol): Fix.
+
 2012-12-03  Rakesh Pandit  <rakesh@fedoraproject.org>
 
 	* locales/ks_IN@devanagari: Fix week day names.
diff --git a/localedata/locales/uk_UA b/localedata/locales/uk_UA
index b5f5381..3896d27 100644
--- a/localedata/locales/uk_UA
+++ b/localedata/locales/uk_UA
@@ -700,7 +700,7 @@ LC_MONETARY
 % 200 hrv. - 200 hryven (money)
 
 % the local currency symbol
-currency_symbol           "<U0433><U0440>" % hr (hryvnya)
+currency_symbol           "<U0433><U0440><U043D><U002E>" % hr (hryvnya)
 
 % This must be a 4-character string containing the international currency
 % symbol as defined by the ISO 4217 standard (three characters) followed

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

Summary of changes:
 localedata/ChangeLog     |    4 ++++
 localedata/locales/uk_UA |    2 +-
 2 files changed, 5 insertions(+), 1 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]