Encoding problem

Hello,

I’ve a database (sqlite) with charset iso-8859-1.

When I load data into a dhtmlxform no problem, charset is correct.

But when I save the form with the send method, “Après” is recieved as “Après” on the server and I have to use utf8_decode php instruction on each field before saving in database.

Is there a way to avoid that ?

Thanks for your help

@++
JC

If you are using dhtmlxDataProcessor to send data to the server side you may use enableUTFencoding() method to change default encoding docs.dhtmlx.com/doku.php?id=dhtm … tfencoding