Feature #8079
Support localized digits
Status: | New | Start date: | 2011-04-05 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | I18n | |||
Target version: | - | |||
Resolution: |
Description
Digits in some locales are different from ASCII digits.
For example decimal digits in Persian are: {0: ۰, 1: ۱, 2: ۲, 3: ۳, 4: ۴, 5: ۵, 6: ۶, 7: ۷, 8: ۸, 9: ۹}
The same is true for Arabic and probably some other locales.
It would be nice if generated numbers, numeric input fields, date fields, etc. support localized digits (as well as ASCII ones) based on user's locale.
Related issues
History
#1
Updated by Ebrahim Mohammadi over 11 years ago
#6182 might be related.