Modify ↓
#4673 closed defect (fixed)
I18n: motd in russian not displayed
Reported by: | Gubaer | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
MOTD in Russian isn't displayed, see attached screen shot
JOSM Version: latest (r3083)
Attachments (1)
Change History (6)
Changed 13 years ago by
Attachment: | josm-motd-russian.png added |
---|
comment:2 Changed 13 years ago by
Summary: | I18n: motd in russin not displayed → I18n: motd in russian not displayed |
---|
comment:3 Changed 13 years ago by
Probably again an "utf-8" missing, very likely in streams of src/org/openstreetmap/josm/io/CacheCustomContent.java. But this happens probably only on Windows, so I can't test a possible fix.
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 13 years ago by
Actually I ask myself if we can't force Java to handle everything in utf-8 instead adding it to every input/output stream we have whenever we detect an error.
Note: See
TracTickets for help on using
tickets.