From bdb1188a8647791fbdabc9198a071c75ef4eaddf Mon Sep 17 00:00:00 2001 From: "Frank H. Ellenberger" Date: Sat, 7 Dec 2013 20:49:01 +0000 Subject: [PATCH] Bug 711317 - Indian Rupee Symbol appears as "?" marks update outdated INR locale symbol BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23510 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/iso-4217-currencies.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/engine/iso-4217-currencies.scm b/src/engine/iso-4217-currencies.scm index 6ee9922e49..735293bfa3 100644 --- a/src/engine/iso-4217-currencies.scm +++ b/src/engine/iso-4217-currencies.scm @@ -15,7 +15,7 @@ ;; If there are no coins for subunits, subunits might still be in use on the paper ;; ;; Format: -;; (fullname, unitname*, partname*, namespace, mnemonic, exchange-code, parts-per-unit*, smallest-fraction, local-symbol) +;; (fullname, unitname*, partname*, namespace, mnemonic, exchange-code, parts-per-unit*, smallest-fraction, local-symbol) ;; planed extensions: replace-date, by-ISO, frozen-rate [x old : 1 new] ;; ;; where * means currently unused; @@ -115,7 +115,7 @@ ( "Rupiah" "rupiah" "sen" "ISO4217" "IDR" "360" 1 100 "Rp" ) ( "Irish Pound" "punt" "pingin" "ISO4217" "IEP" "372" 100 100 "£" ) ;; 2002-01-01 "EUR" 0.787564 ( "New Israeli Sheqel" "new shekel" "agora" "ISO4217" "ILS" "376" 100 100 "₪" ) -( "Indian Rupee" "rupee" "paisa" "ISO4217" "INR" "356" 100 100 "रू" ) +( "Indian Rupee" "rupee" "paisa" "ISO4217" "INR" "356" 100 100 "₹" ) ( "Iraqi Dinar" "dinar" "fil" "ISO4217" "IQD" "368" 1000 1000 "ع.د" ) ( "Iranian Rial" "rial" "dinar" "ISO4217" "IRR" "364" 1 1 "﷼﷼" ) ( "Iceland Krona" "krona" "aur" "ISO4217" "ISK" "352" 1 100 "kr" )