#9654 closed enhancement (fixed)
Add support for Windows-1250 (CP-1250 ) text encoding.
Reported by: | Premislaus | Owned by: | pdziepak |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/libtextencoding.so | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #9668, #9669 | |
Platform: | All |
Description
http://en.wikipedia.org/wiki/Windows-1250
Polish characters are not displayed correctly in Haiku. The problem affects all text files; txt, rtf, srt subtitles, in future .doc, etc. The problem concerns to files created under Windows. So almost all the text files written in Polish and available on the internet. This is very annoying...
The issue was raised in the #6447 comments.
Attachments (2)
Change History (10)
by , 12 years ago
Attachment: | MediaPlayer_subtitles.png added |
---|
by , 12 years ago
Attachment: | StyleEdit.png added |
---|
comment:1 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → in-progress |
comment:2 by , 12 years ago
Component: | - General → Kits/libtextencoding.so |
---|---|
Resolution: | → fixed |
Status: | in-progress → closed |
Done in hrev45475.
follow-up: 4 comment:3 by , 12 years ago
Please reopen this ticket!
Files still open with the wrong encoding, but I can change them at StyleEdit. This works for TXT and SRT. But do not work for RTF! MediaPlayer still incorrectly displays subtitles.
comment:4 by , 12 years ago
Replying to Premislaus:
Files still open with the wrong encoding, but I can change them at StyleEdit. This works for TXT and SRT. But do not work for RTF! MediaPlayer still incorrectly displays subtitles.
Those would be problems in the RTF translator and MediaPlayer respectively, which are independent issues/tickets from this one.
comment:6 by , 12 years ago
Blocking: | 9668 added |
---|
comment:7 by , 12 years ago
Blocked By: | 9669 added |
---|
comment:8 by , 12 years ago
Blocked By: | 9669 removed |
---|---|
Blocking: | 9669 added |
Haiku currently does not support CP-1250 encoding which is commonly used by Windows to encode Polish diacritical signs. I will add it in a moment.