Hello,

I desperately try to prevent < to be changed into < (in order to use fcke woth drutex)
I first try to use ProcessHTMLEntities and FormatSource FCKE options without success, then I discosvered HtmlEncodeOutput that should do exactly this job (as far as I understand).
http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Co...

Unfortunately, it is set to false by default and the behavior still occurs… It would be great if you had any insight :)
Thank you in advance,

Thomas

Comments

julou’s picture

Of course understand: < to be changed into &lt;

Jorrit’s picture

I think that's impossible. FCKeditor was designed to create valid HTML. How did you set HtmlEncodeOutput?

Jorrit’s picture

Status: Active » Postponed (maintainer needs more info)
julou’s picture

Status: Postponed (maintainer needs more info) » Active

I tried to set HtmlEncodeOutput to false… without success :(
Actually this would not generate unvalid html when used in tex expression that are converted to pictures…

Thank you for your help,

Thomas

Jorrit’s picture

Status: Active » Closed (fixed)

I don't think it's appropriate to use an HTML editor to edit tex. You could try something with the configuration setting ProtectedSource or ProtectedTags

See:
http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Co...
http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Co...