Hello from Greece,
I'm impressed with the new ckeditor 3.0 look and i want to install it to my page but although i manage to make everything work i have a serious problem with the greek unicode system. It seems like the textarea don't use the utf-8.
So when i'm typing "καλημερα" in source i take "καλημέρα"
I will appreciate any sollution.
P.S. Sorry about my poor english
P.S.2. CKeditor Rocks!!!
I'm impressed with the new ckeditor 3.0 look and i want to install it to my page but although i manage to make everything work i have a serious problem with the greek unicode system. It seems like the textarea don't use the utf-8.
So when i'm typing "καλημερα" in source i take "καλημέρα"
I will appreciate any sollution.
P.S. Sorry about my poor english
P.S.2. CKeditor Rocks!!!
Re: UTF-8 with Ckeditor 3?
try to set one of these properties:
CKEDITOR.config.entities = false;
CKEDITOR.config.entities_greek = false;
for 'CKEDITOR' you need to use the instance name of your editor.
(e.g. myeditor.config.entities = false; )
hope this helps!