DHTMLX Docs & Samples Explorer

Special Encodings in XML

The component has agnostic encoding, so it will support any encoding which are supported by browser, just make sure you have correct XML header <?xml version=“1.0” encoding=“ISO-8859-1” ?> The encoding attribute must specify correct encoding value. ( if this attribute is omitted, UTF-8 will be used by default)