Hi,I have used tinymce text-editor in the textarea of the dct.I want to customize it to have an utf-8 encoding and that the special characters (&, <, >, “, ‘and any foreign language alphabets) are encoded so that it does not break the structure of the xml files. Not every xml tag is going to be wrapped in CDATA. So, it is essential that we customize this tool so that when we enter any text with a special character, the output is encoded properly.How can i achieve this?Thanks in advance.
I am facing similar issue here with (c), (r), (tm), or ndash, euro etc... and I want them to be encoded in numeric. We also have some pages in foreign languages.And with DCR storing in XML UTF-8, the TinyMCE doesn't convert them into rightfuly named entities on first saving, and only when I re-open the DCR in DCT, and save again, it will be in named entities. However if I append/edit the TinyMCE text area, all of it will be lost and saved as special character. And another open and save without manipulation to the content should retify the special characters issue. How frustrating!How to make TinyMCE to save the XML/DCR with appropriate encoding??!! I got it sorted with VisualFormat however itself have issue with duplicate content when there's 2 or more VF textarea!!!