bcmyers / num-format

A Rust crate for producing string representations of numbers, formatted according to international standards
Apache License 2.0
122 stars 22 forks source link

libc::lconv isn't available on Windows #12

Closed bcmyers closed 5 years ago

bcmyers commented 5 years ago

Need to figure out Windows api for getting system locale information, as libc::lconv apparently is unavailable on Windows (so num-format doesn't build on Windows). Going to experiment with GetLocaleInfoEx, but if anyone knows a better way for accessing the system locale on Windows, please let me know here.