Check documentation for the
latest version of dhtmlxSuite
enableUTFencoding DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
clearVerificator
defineAction
enableDataNames
enableDebug
enablePartialDataSend
enableUTFencoding
getState
getSyncState
ignore
init
sendData
setTransactionMode
setUpdateMode
setUpdated
setVerificator
url
Start
Client-Server Communication
DataProcessor
dataProcessor API
Methods
enableUTFencoding
sets data escaping mode
void
enableUTFencoding
(
boolean
mode
);
mode
boolean
true for UTF-8, false for using the current browser's locale
Example
dp.
enableUTFencoding
(
true
)
;
Details
Enabled by default.
Back to top