commerceguys / intl

A PHP internationalization library, powered by CLDR data.
MIT License
361 stars 45 forks source link

French grouping_separator incorrect? #55

Closed cosmicdreams closed 6 years ago

cosmicdreams commented 6 years ago

According to https://docs.oracle.com/cd/E19455-01/806-0169/overview-9/index.html the french grouping_separator should be a space like fr-CH has it. Instead it's provided as a comma. French numbers only use commas for their decimal separator.

cosmicdreams commented 6 years ago

Oh I suppose we'd have to change the decimal pattern as well. Kind of all the patterns as the use of commas seems to be copypasta'd in.