AUDIT: r23510 - gnucash/trunk/src/engine - Bug 711317 - Indian Rupee Symbol appears as "?" marks

Frank H. Ellenberger fell at code.gnucash.org
Sat Dec 7 15:49:01 EST 2013


Author: fell
Date: 2013-12-07 15:49:01 -0500 (Sat, 07 Dec 2013)
New Revision: 23510
Trac: http://svn.gnucash.org/trac/changeset/23510

Modified:
   gnucash/trunk/src/engine/iso-4217-currencies.scm
Log:
Bug 711317 - Indian Rupee Symbol appears as "?" marks

update outdated INR locale symbol
BP

Modified: gnucash/trunk/src/engine/iso-4217-currencies.scm
===================================================================
--- gnucash/trunk/src/engine/iso-4217-currencies.scm	2013-12-07 18:02:29 UTC (rev 23509)
+++ gnucash/trunk/src/engine/iso-4217-currencies.scm	2013-12-07 20:49:01 UTC (rev 23510)
@@ -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