And this is in cldr-data/main/fr-CH/numbers.json in the property
main["fr-CH"].numbers["currencyFormats-numberSystem-latn"].standard:
"standard": "#,##0.00 ¤ ;-#,##0.00 ¤",
Note that the json version has a non-breaking space before the semi-colon and the XML version does not. Only fr-CH seems to have this problem. The other locales' currency formats are okay.
From CLDR 34 in the file common/main/fr_CH.xml (at the end of the file):
And this is in cldr-data/main/fr-CH/numbers.json in the property main["fr-CH"].numbers["currencyFormats-numberSystem-latn"].standard:
Note that the json version has a non-breaking space before the semi-colon and the XML version does not. Only fr-CH seems to have this problem. The other locales' currency formats are okay.