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