[gcalctool] Fixed currency.h to show the new Indian Rupee sign
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcalctool] Fixed currency.h to show the new Indian Rupee sign
- Date: Mon, 6 Dec 2010 22:08:29 +0000 (UTC)
commit b075e6ea901851427696ea6109213525e5e06d6e
Author: Carlos Cejudo <carloshcejudo gmail com>
Date: Tue Dec 7 09:07:43 2010 +1100
Fixed currency.h to show the new Indian Rupee sign
This patch replaces the "Rs" string in currency.h with the new
official Indian Rupee sign, unicode <U+20B9>. This patch fixes
GNOME Bug #636587 and Launchpad Bug #684516.
NEWS | 4 ++++
src/currency.h | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index a4d4e9a..35033fe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Overview of changes in gcalctool 5.91.4
+
+ * Use new Indian Rupee sign â?¹ (Bug #636587, Carlos Cejudo)
+
Overview of changes in gcalctool 5.91.3
* Fix incorrect calculation of tanh
diff --git a/src/currency.h b/src/currency.h
index 02cbfd8..5b31a80 100644
--- a/src/currency.h
+++ b/src/currency.h
@@ -31,7 +31,7 @@ static const struct currency_name currency_names[] = {
{"HRK", "kn", N_("Croatian kuna")},
{"HUF", "Ft", N_("Hungarian forint")},
{"IDR", "Rp", N_("Indonesian rupiah")},
- {"INR", "Rs", N_("Indian rupee")},
+ {"INR", "â?¹", N_("Indian rupee")},
{"ISK", "kr", N_("Icelandic krona")},
{"JPY", "Â¥", N_("Japanese yen")},
{"KRW", "â?©", N_("South Korean won")},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]