Skip to content

Error in conversion between LDML -> JSON for fr-CH data #64

Description

@ehoogerbeets

From CLDR 34 in the file common/main/fr_CH.xml (at the end of the file):

        <numbers>
                ...
                <currencyFormats numberSystem="latn">
                        <currencyFormatLength>
                                <currencyFormat type="standard">
                                        <pattern draft="contributed">#,##0.00 ¤;-#,##0.00 ¤</pattern>
                                </currencyFormat>
                        </currencyFormatLength>
                </currencyFormats>
        </numbers>

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions