Does anyone know if I can turn off the html entities encoding in a config file? I have a application that I didn't write, that uses CuteSoft and it htmlencodes the & characters, so all the html entities made by CuteSoft are ruined. I read somewhere that you could use Editor.UseHtmlEntities = false to turn off entities in CuteSoft but I don't have the source to the app that uses CuteSoft.
I've tried adding the line:
<setting name="UseHTMLEntities" value="False" />
into Editor.config but that doesn't seem to do anything. Does anyone know if it is possible to turn HTML entities off with a setting in a config file somewhere?