The problem is the following:
When I enter or insert any Russian text in CKEditor, it's inserting and displaying normaly, but if I save, or click "Preview", the text begins to be displayed incorrectly. For example when you type the word 'Скульптор' (in English 'sculptor') you will get in the end 'RЎRєSѓR' SЊRїS, RѕSЂ. And the text is just 'RЎRєSѓR" SЊRїS, RѕSЂ' not 'Скульптор' in the usual editor is 'RЎRєSѓR SЊRїS, RѕSЂ. But on the site is displayed correctly. These bugs only in the editor. With Latin words no problems. I tried to disable the editor and everything returned to normal, the problem in the editor. Please help me solve this problem!
Thank you for your support. I'm looking forward for your answer!
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | cyrillic_trouble.png | 181.2 KB | koddr |
| After_Save.JPG | 56.02 KB | Vbenkovskyy-1 | |
| Before_Save.JPG | 112.99 KB | Vbenkovskyy-1 |
Comments
Comment #1
koddr commentedI have exactly the same problem, but only with the administrator menu. Each time you save a block or any material or action associated with the "Save"- I see a problem with displaying Cyrillic! See the attached screenshot. Please, tell me how to fight it!
Comment #2
dczepierga commentedCould u try to use last DEV version of CKEditor module??
For me in this version everything works fine.
In this week will be next release of CKEditor module.
Comment #3
Vbenkovskyy-1 commentedIn DEV version the same.
Comment #4
bpn45 commentedI think, here problems with the UTF-8. The text received for editing from a server, to display under windows. Jscript works on the side of the client, here is windows 1251.
Comment #5
dczepierga commentedThis issue is not active over 1 month so i closed it.
With the last CKEditor library in version 3.6 everything should works fine.
Greetings
Comment #6
Rickdrummer commentedI'm using ckeditor 3.6.1 (tried nightly build and ckeditor module dev version ) and the problem still exists.
Anyone found the solution?
Comment #7
Rickdrummer commentedAnyone? I tried to put "AddDefaultCharset utf-8" into .htaccess file in ckeditor/ckeditor folder, but it does'nt help.
When I decoded broken text, I get it's charset - CP1251.
Comment #8
Rickdrummer commentedFixed. You have to put "AddDefaultCharset utf-8" into your root drupal installation .htaccess file