gnucash maint: Bug 727466 - The symbol of CNY changed to åƒ

Geert Janssens gjanssens at code.gnucash.org
Sat Feb 7 11:43:24 EST 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/d802733c (commit)
	from  https://github.com/Gnucash/gnucash/commit/b13d80b3 (commit)



commit d802733c009a4453aaf1d2b4e930a1fb9071cac9
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sat Feb 7 17:35:54 2015 +0100

    Bug 727466 - The symbol of CNY changed to å…ƒ
    
    To disambiguate with the same symbol used for the Japanese Yen,
    add a prefix to both currencies: JPÂ¥ and CNÂ¥.

diff --git a/src/engine/iso-4217-currencies.xml b/src/engine/iso-4217-currencies.xml
index c31a5de..f20f166 100644
--- a/src/engine/iso-4217-currencies.xml
+++ b/src/engine/iso-4217-currencies.xml
@@ -674,7 +674,7 @@
   local-symbol="$"
 />
 <!-- "CNY" - "Yuan Renminbi"
-  locale-symbol has been changed from 元 to ¥ following a discussion on bug 727466
+  locale-symbol has been changed from å…ƒ to CNÂ¥ following a discussion on bug 727466
 -->
 <currency
   isocode="CNY"
@@ -685,7 +685,7 @@
   exchange-code="156"
   parts-per-unit="100"
   smallest-fraction="100"
-  local-symbol="Â¥"
+  local-symbol="CNÂ¥"
 />
 <!-- "COP" - "Colombian Peso"
 -->
@@ -1362,7 +1362,7 @@
   exchange-code="392"
   parts-per-unit="100"
   smallest-fraction="1"
-  local-symbol="Â¥"
+  local-symbol="JPÂ¥"
 />
 <!-- "KES" - "Kenyan Shilling"
 -->



Summary of changes:
 src/engine/iso-4217-currencies.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list