#4417 closed defect (fixed)
[PATCH] Code Page of Russian internal Help not correct
| Reported by: | calibrator | Owned by: | team |
|---|---|---|---|
| Priority: | normal | 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 Changed 3 years ago by calibrator
comment:2 Changed 3 years ago by stoecker
- Owner changed from team to calibrator
- Status changed from new to needinfo
Please explain what you mean. Your request is not understandable at all. Everything in JOSM is or should be UTF-8.
Changed 3 years ago by anonymous
comment:3 Changed 3 years ago by anonymous
See attached file? please. It is my PrintScreen Russian version Internal Help Page in JOSM.
comment:4 Changed 3 years ago by calibrator
It is CP1251 coding... See attached file.
comment:5 Changed 3 years ago by Upliner
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.
Changed 3 years ago by Upliner
Changed 3 years ago by Upliner
comment:6 Changed 3 years ago by Upliner
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 Changed 3 years ago by Upliner
- Owner changed from calibrator to team
- Status changed from needinfo to new
- Summary changed from Code Page of Russian internal Help not correct to [PATCH] Code Page of Russian internal Help not correct
I've just tested this patch in Windows machine and it works.
comment:8 Changed 3 years ago by Gubaer
- Resolution set to fixed
- Status changed from new to closed
comment:9 Changed 3 years ago by stoecker
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