I'm trying to use ckeditor to a website with greek characters but when i switch to plain text editor the greek letters appear like this: ναυαγοσω
And the same goes for when you load page source from the browser...

Can anyone tell me how to fix this????
Thanks

Comments

jevous’s picture

For example for greek letter α its like ; alpha, for greek letter υ its ; upsilon and so on....
I believe that this is not good for search engines....

mkesicki’s picture

Category: bug » support
Status: Active » Fixed

Hi,
this is not a bug, but standard behaviour of CKEditor library.
Please use add this config.entities_greek = false; to "Custom javascript configuration" field in "Advanced options" section in your profile configuration.
More about this option http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.enti....
If you have further problem with this please reopen this ticket.

dczepierga’s picture

Category: support » bug
Status: Fixed » Closed (fixed)

Hi,

Go to your CKEditor profile which u are using in this field and in section "Advanced options" change option "HTML Entities" to "Yes"...
After this everything should works as u expect.

If it doesn't help pls reopen this issue.

Greetings

jevous’s picture

@ michal_cksource
Your solution worked out perfectly...
Thanks!!!!

bserem’s picture

I suggest that #3 gets to be the default on new installations.