Opened 17 years ago
Closed 16 years ago
#1456 closed Bug (worksforme)
Cyrillic characters being corrputed
Reported by: | Thomas Tallyce | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.6.3 |
Keywords: | Pending WorksForMe | Cc: |
Description
If I paste in this text (or other similar text):
Методологиа
the outputted HTML is
МеÑ'одологиа
which appears online as
МеÑ'одологиа
Attachments (1)
Change History (8)
comment:1 Changed 17 years ago by
Keywords: | Pending added; language cyrillic russian removed |
---|
comment:2 Changed 17 years ago by
The 2.5 beta demo at /demo/ does indeed appear to fix this problem.
NB Using the nightly build link you've given results in a 405 METHOD NOT ALLOWED on http://www.fckeditor.net/nightly/fckeditor/_samples/html/sampleposteddata.asp
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I don't admin the www.fckeditor.net site but I guess that's just because the web server haven't been configured with ASP support.
Since the reported problem is no longer occurring in 2.5 beta, I'm closing this ticket.
comment:4 Changed 17 years ago by
Does indeed appear to be fixed in 2.5. Very many thanks for this - excellent work as ever.
Changed 16 years ago by
Attachment: | cyrillic.patch added |
---|
comment:5 Changed 16 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Version: | FCKeditor 2.4.1 → FCKeditor 2.6.3 |
I got the same problems with the version 2.6.3 so I have created a patch that convert cyrillic and polish characters to HTML entities, like the latin and the greek alphabets.
Please find the patch attached.
comment:6 Changed 16 years ago by
Keywords: | WorksForMe added |
---|
comment:7 Changed 16 years ago by
Resolution: | → worksforme |
---|---|
Status: | reopened → closed |
I wasn't able to reproduce the problem on the nighty build, so it might have been fixed in 2.5. Perhaps you could try again with the nighty build or the 2.5 beta and see if the bug still occurs?