Bug #46066

Currency formatter uses wrong format for ISO 4217 currency codes

Added by Sebastian Düvel over 2 years ago.

Status:New Start date:2013-03-06
Priority:Should have Due date:
Assigned To:- % Done:

0%

Category:I18n
Target version:-
PHP Version: Complexity:
Has patch:No Affected Flow version:Git master

Description

Currently the currency formatter is optimized for currency symbols like '€'.
If you format something using EN locale, €23 is correct.
With ISO 4217 code 'EUR' it should be: EUR 23, but today it's EUR23. (mind the space, see: http://publications.europa.eu/code/en/en-370303.htm#position)

So it should support these ISO codes as well.

Also available in: Atom PDF