Hi,
Please help me with this one:
I've recently installed the latest CKeditor and love it! The only issue i'm having is when i'm sending out an email with the following "uncommon" letters such as "ê or ë" (when im clicking the source button in the editor they are showing as: "<p>ê</p>" and "<p>ë</p>" ) then it converts it to funny (i think chinese) characters like "겥" or "묠" in Outlook, but in any web-based email clients such as Gmail it shows those letters fine.
Is it some config settings I need to change, so those will show fine in both Outlook and Gmail etc.
Thanks in advance.
Wed, 06/04/2014 - 09:19
#1
Add this code to your config
Add this code to your config.js file and see if it helps:
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Thanks ill try this now!
Thanks ill try this now!
This didn't work, it now
This didn't work, it now converts it to a question mark "?" ... any other suggestions?
You've got some problems with
You've got some problems with characters encoding. Check that your server works in UTF-8, your database too, your pages and everything is served in UTF-8 and that emails your system sends are also correctly encoded.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Thanks for this! I saw that
Thanks for this! I saw that my database table (where the email messages are stored) is encoded in latin1 , so i assume I need to change that to utf8? Let me try that.Also will try to set html_entities.latin to false. As those characters are of latin format.