What kind of characters are you trying to use in the RTE field? If there not UTF8 it makes sense that they're being displayed as ? after you have saved the content I think. You could try changing the setting in the TidyCharEncoding from UTF8 to some other encoding that contains the special characters perhaps?
I have the exact same settings, but not working for me. Anyone has other ideas or knows why please? I'm trying to insert a &ldquo (or “) and &ldquo(or ”) for opening and closing quotes. But it removes when saving the document. Umbraco 4.7.1. Thanks.
Thanks Fuji for quick response. Yes i've tried the actual character too. but it strips it out. i can't use stripHtml because except that special character the rest of the text may include html and we want them. :(
none!! but this is the matter of tinyMCE though that strips things out. if i insert such characters directly into the template, there'll be no problem displaying it. Only when i want to allow users to add strange characters via tinyMCE as part of the content, it wouln't accept those chars and removes them as soon as the Save button is pressed.
Special characters in TinyMce not saving properly
Hi,
I'm able to insert special characters in RichText Editor but when I hit save then the all special characters are converted to ?.
Appreciate your help in this regard.
Umbraco Version: 4.7.1
My Config file settings as follows
tinymceConfig.config
<customConfig>
Umbracosettings.config
Thanks
Kishore
Hi Kishore
What kind of characters are you trying to use in the RTE field? If there not UTF8 it makes sense that they're being displayed as ? after you have saved the content I think. You could try changing the setting in the TidyCharEncoding from UTF8 to some other encoding that contains the special characters perhaps?
/Jan
Hi Jan,
The problem has been resolved after restarting the IIS.
Thanks for your prompt reply.
Kishore
I have the exact same settings, but not working for me. Anyone has other ideas or knows why please? I'm trying to insert a &ldquo (or “) and &ldquo(or ”) for opening and closing quotes. But it removes when saving the document. Umbraco 4.7.1. Thanks.
Hi Atoosa,
Instead of using the unicode characters for quotes why dont you just insert the proper character itself ?
Have you try using stripHtml or disable-output-escaping="yes" ??
Thanks Fuji for quick response. Yes i've tried the actual character too. but it strips it out. i can't use stripHtml because except that special character the rest of the text may include html and we want them. :(
In your html are you using
if so try switching to UTF-8
none!! but this is the matter of tinyMCE though that strips things out. if i insert such characters directly into the template, there'll be no problem displaying it. Only when i want to allow users to add strange characters via tinyMCE as part of the content, it wouln't accept those chars and removes them as soon as the Save button is pressed.
is working on a reply...