Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by lizhiguo on Aug 14, 2009 08:11
open dhtmlx forum
I use Java server connection, saw in the database insert the characters not utf8 format

Answer posted by Support on Aug 14, 2009 08:36
Please be sure that you are using utf-8 as encoding for the client side page. 
The client side code encodes the data according to the current encoding of page, so if its not an utf-8 - the data will be sent to server not in utf-8 but in encoding of the page.