IF I like to insert special HTML character, such as ✓ - checkmark, CKEditor screws it up. There are some settings in CKEditor to accomodate this, but it seems I can not use them in MODx environment?
What do you mean when you say "screw"? CKEditor replace html entity with unicode character. Is it bad?
Thanks Danya for reply.
In the manager, CKEditor, I try to insert "✔" in a webpage. However, when I navigate away from that page, do something else in the manager and then come back to edit same page again, CKEditor replaced the "✔" with a "?". Also in the website it shows a "?"
I guess you use wrong charset for database connection. You can disable CKEditor, paste ✔ into plain textarea and try to save it.
Could you please explain what's wrong with autocorrect?
Autocorrect: example the double quotes: sometimes I want " " and not ,, " But.. I guess I am just now sensitive to get jsut one checkmark to show up. I am about to use an image... pff))
I dont' think it is in the database: the webpage shows sometimes a "✔". Only after returning with CK to the page it fails. Keeping all in Source mode, so non-RTE makes all ok. The "✔" even shows correctly in the source of the page.