....1. The solution of using the xsl disable-output-escaping="yes" is not a solution for me as many xsl's are already written and changing them all is not an option at this point of time.
2. The other option I saw in some posts was write formapi to clean up extra code onSave. I would like to avoid this if possible as I already have several events in the form.
3. I looked deep inside the tinymce directory where there is a file called tiny_mce_src.js where I see the encoding happen. /iw-home/httpd/iw/tinymce/jscripts/tiny_mce/tiny_mce_src.jsShould I be editing this file? Looks like a bad idea as I may mess up big time.
Is there some setting in /iw-home/httpd/iw/tinymce/config/custom_config.js that I use instead to get the raw text?
Has anybody used third party editors like wywmeditor instead of visual format or tinymce?...
IWTinyMCECustomConfig("myconfig", "entity_encoding", "raw");IWTinyMCECustomConfig("custom1", "entity_encoding","numeric");IWTinyMCECustomConfig("custom2", "entity_encoding","named");I don't think you can have multiple custom config in the custom_config.js.
Were you able to implement encoding in tiny mce editor?Can you please share how you achieved it as i need to implement for saving the output of tiny mce editor in UTF-8,unicode, numeric and named encodings.