r23511 - gnucash/branches/2.4/src/engine - [23510] Bug 711317 - Indian Rupee Symbol appears as "?" marks
Frank H. Ellenberger
fell at code.gnucash.org
Sat Dec 7 18:14:59 EST 2013
Author: fell
Date: 2013-12-07 18:14:59 -0500 (Sat, 07 Dec 2013)
New Revision: 23511
Trac: http://svn.gnucash.org/trac/changeset/23511
Modified:
gnucash/branches/2.4/src/engine/iso-4217-currencies.scm
Log:
[23510] Bug 711317 - Indian Rupee Symbol appears as "?" marks
update outdated INR locale symbol
Modified: gnucash/branches/2.4/src/engine/iso-4217-currencies.scm
===================================================================
--- gnucash/branches/2.4/src/engine/iso-4217-currencies.scm 2013-12-07 20:49:01 UTC (rev 23510)
+++ gnucash/branches/2.4/src/engine/iso-4217-currencies.scm 2013-12-07 23:14:59 UTC (rev 23511)
@@ -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" )
More information about the gnucash-changes
mailing list