#4417 closed defect (fixed)
[PATCH] Code Page of Russian internal Help not correct
Reported by: | calibrator | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | russian help font | Cc: |
Description
JOSM 2879. Code Page of Russian internal Help not correct. Please change Code Page.
Attachments (3)
Change History (12)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → needinfo |
Please explain what you mean. Your request is not understandable at all. Everything in JOSM is or should be UTF-8.
by , 15 years ago
Attachment: | JOSM_HelpPage.JPG added |
---|
comment:3 by , 15 years ago
See attached file? please. It is my PrintScreen Russian version Internal Help Page in JOSM.
comment:5 by , 15 years ago
This is because default Russian charset in Windows is cp1251. Maybe, specifying charset explicitly in ContentType can help? However, I cannot check this because I use Linux and don't have this problem at all.
by , 15 years ago
Attachment: | utf8.2.patch added |
---|
by , 15 years ago
Attachment: | utf8.patch added |
---|
comment:6 by , 15 years ago
Oh, content-type was not to blame. The bug occurs because InputStreamReader reads content in system default charset. It should read it in utf-8. I've updated the patch
comment:7 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | needinfo → new |
Summary: | Code Page of Russian internal Help not correct → [PATCH] Code Page of Russian internal Help not correct |
I've just tested this patch in Windows machine and it works.
comment:8 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:9 by , 15 years ago
NOTE: There may be some other issues like that. I already fixed equal issues for plugins, preferences file, bookmarks and the XML files.
It's need: Unicode UTF-8