We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4f7ceb + a8fb064 commit 48f0591Copy full SHA for 48f0591
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
## Unreleased
4
5
+- Fix symbol for XPF (CFP Franc) currency to use "₣"
6
- Fix name for ANG currency
7
- Change disambiguate symbol for ARS from historical to international format
8
config/currency_iso.json
@@ -2624,7 +2624,7 @@
2624
"priority": 100,
2625
"iso_code": "XPF",
2626
"name": "Cfp Franc",
2627
- "symbol": "Fr",
+ "symbol": "₣",
2628
"alternate_symbols": ["F"],
2629
"subunit": "Centime",
2630
"subunit_to_unit": 1,
0 commit comments