Hi There,
I try to config tinymcerte not to convert into entities. I want my german umlauts: öäü not to be changed.
I tried the config-File method in System/tinymcerte/ key tinymcerte.external_config
It would be great not getting & converted too.
My config-File is ignored:
tinymce.init({
selector: 'textarea'
encoding: 'xml'
entity_encoding : 'raw',
forced_root_block : false,
})
Anyone a clue?