-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
floats support #10
Comments
Having |
Sure, disabled by default in define, enabled via flags. |
I've checked, CLDR rules are ok with floats http://unicode.org/reports/tr35/tr35-numbers.html#Operands (2/3 of operands are about decimal part). Problem is with trailing zero-s support. If we pass value as float, we can not specify difference between Need to search, how other libraries/languages solves such issue. Fixed decimal length seems to be the major case for floats. |
Gettext says this
I think it's not major issue and we can follow this apporach. |
Note, dates and formatting are not about Since we do "right i18n for embedded c", i'd like to be sure, that floats are supported in all desired ways. Example with Good news is, floats are not critical for release and can be postponed as long as required, until we are sure in good solution. I created this issue not for immediate resolution, but for memo. |
This option was missed in C API.
ru-RU
:float
->other
The text was updated successfully, but these errors were encountered: