Edit online

How to Solve Encoding Issues for CMS Integrations

To avoid encoding issues when working with a CMS, in some cases, it is necessary to override the encoding specified in the declaration line of XML documents to force the files to be saved with UTF-8 encoding.

To override the encoding, set the following system property:
com.oxygenxml.force.utf8.xml.encoding=true
Setting this property to true forces XML documents to be saved as UTF-8, regardless of the encoding specified in the declaration line of the XML documents.