bcmyers / num-format

A Rust crate for producing string representations of numbers, formatted according to international standards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Other numbering systems

zbraniecki opened this issue · comments

It seems that at the moment the crate only supports latn while CLDR has a much wider selection: "arab", "arabext", "bali", "beng", "deva", "fullwide", "gujr", "guru", "hanidec", "khmr", "knda", "laoo", "latn", "limb", "mlym", "mong", "mymr", "orya", "tamldec", "telu", "thai", "tibt".

It would be useful because formatting a number in many arabics, herbew or punjabi with western numerals is plain wrong.

Related to #7

Cool. Thanks for pointing that out. I'll add it to the list of things to look into.