manuelgtz / jquery-datatables-editable

Automatically exported from code.google.com/p/jquery-datatables-editable
0 stars 0 forks source link

Does not support UTF-8 #131

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. If you try to save the UTF-8 characters using these jquery plug in

What is the expected output? What do you see instead?
The characters are saved correctly in database but when it renders back to the 
JSP page, it gives an alert message.

What version of the product are you using? On what operating system?
Weblogic Server/ Linux

Please provide any additional information below.
In our Project we supposed to save the translated fields. It contains 
translated data in Chinese/Japanes/Korean,etc. languages.We are supposed to 
list them into a table.While saving a non-English chars it gives an alert on 
JSP Page.
Please help us out ASAP.

Original issue reported on code.google.com by kavita.d...@gmail.com on 25 Sep 2012 at 4:44

Attachments:

GoogleCodeExporter commented 9 years ago
I had a similar issue with PHP and MS SQL.
I forced the sqlsrv connection to use UTF-8 and it solved my problem.

Original comment by f...@shocklogic.com on 10 May 2013 at 8:44