patch / cldr-number-pm5

Localized number formatters using the Unicode CLDR
https://metacpan.org/pod/CLDR::Number
Other
8 stars 3 forks source link

number parsers #19

Open patch opened 10 years ago

patch commented 10 years ago

Add number parsers under CLDR::Number::Parse as described in UTS #35, Part 3, §7.

jochenw commented 9 years ago

If possible, please raise the priority for this one. Parsing is as important as formatting.

patch commented 9 years ago

@jochenw: I agree that parsing is important. Most of the features implemented were needed at my work, which are primarily formatting. I don't have time to work on parsing right now, but I'll keep in mind that there's demand for it and will provide updates here with progress. Thank you for your feedback.