Modify ↓
#20785 closed enhancement (fixed)
Improve Status Report when locale "Arabic(Saudi Arabia)" is used
Reported by: | GerdP | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 21.04 |
Component: | Core | Version: | |
Keywords: | Cc: | Don-vip, stoecker |
Description
Follow up of #20784
Status report contains several lines where Arabic–Hindu numerals are displayed instead of Arabic numbers when user has configured the OS to use "Arabic(Saudi Arabia)"
The status report should contain a clear hint that such a "problematic" locale is used.
Not sure how to report that, maybe simple as this?
text.format("Numbers with local locale: %s -> %d%n", Integer.toString(1_234_567_890) , 1_234_567_890);
Attachments (2)
Change History (10)
by , 4 years ago
Attachment: | 20785.patch added |
---|
comment:1 by , 4 years ago
comment:2 by , 4 years ago
20785.2.patch adds two lines to status report. Example output for JOSM called with JRE options -Duser.country=SA -Duser.language=ar
:
Locale info ar_SA Numbers with default locale: 1234567890 -> ١٢٣٤٥٦٧٨٩٠
comment:3 by , 4 years ago
Cc: | added |
---|---|
Milestone: | → 21.04 |
Type: | defect → enhancement |
comment:4 by , 4 years ago
Summary: | Improve Status Report when "Arabic(Saudi Arabia)" i used in Regional Setting in Windows → Improve Status Report when "Arabic(Saudi Arabia)" is used in Regional Setting in Windows |
---|
comment:5 by , 4 years ago
Summary: | Improve Status Report when "Arabic(Saudi Arabia)" is used in Regional Setting in Windows → Improve Status Report when locale "Arabic(Saudi Arabia)" is used |
---|
follow-up: 8 comment:7 by , 4 years ago
Note:
See TracTickets
for help on using tickets.
Patch fixes those places where Arabic–Hindu numbers appear in the status report of #20784 and adds the suggested hint.