Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Oct 23, 2008 03:23
open dhtmlx forum
myDataProcessor.enableUTFencoding(true) - but data are not encoded

I have utf8 data in grid, when I send it to update script by POST chars encoding are broken.

This problem occurs in IE7 and latest Opera (possibly safari), in FF is OK.
This problem occurs only when transaction mode is POST, in GET everything is OK

Im using grid version 2.0
Answer posted by Support on Oct 23, 2008 06:16
Please try to use attached dhtmlxcommon.js instead of original one. 
Component escape data correctly in all browsers, but problem may be caused by server side software, which may recognize incoming data incorrectly. 
Updated dhtmlxcommon clearly specifies that data provided as UTF-8
Attachments (1)
Answer posted on Oct 23, 2008 06:29
Attached file solve my problem