Check documentation for the latest version of dhtmlxSuite enableUTFencoding DHTMLX Docs

enableUTFencoding

sets data escaping mode

void enableUTFencoding(boolean mode);
modebooleantrue for UTF-8, false for using the current browser's locale

Example

dp.enableUTFencoding(true);

Details

Enabled by default.

Back to top