dhtmlxAjax.postSync encoding

Hi,

is there any way to set the encoding for dhtmlxAjax.postSync?

It seems it is always utf-8, which causes problems with characters like äöü… because we’re reading the input in ISO-8859-15 encoding.

Hello,

dhtmlxAjax sends data as is, without any changes. The problem can take place if you apply encodeURIComponent method for parameters (utf based escaping).