Hi lists,
I have an encoding problem as soon as I update fields in konakartadmin.
when I try to update database by filling forms with persian characters in konakartadmin, I face with an error like :
"java.sql.SQLException:Incorrect String value: '\xD8\xB1\xDB\x8C\xD8\xA7...' for column 'symbol_left' at row 1".
I set Mysql encoding to utf8 but this error usually happens when the resutling string which pass to Mysql is not UTF-8. It seems in konakartadmin the requests and responses use ISo-8859-1 encoding as a default!
Can you help me how to set UTF-8 encoding for konakartadmin's requests and responses ?
Regards
I have an encoding problem as soon as I update fields in konakartadmin.
when I try to update database by filling forms with persian characters in konakartadmin, I face with an error like :
"java.sql.SQLException:Incorrect String value: '\xD8\xB1\xDB\x8C\xD8\xA7...' for column 'symbol_left' at row 1".
I set Mysql encoding to utf8 but this error usually happens when the resutling string which pass to Mysql is not UTF-8. It seems in konakartadmin the requests and responses use ISo-8859-1 encoding as a default!
Can you help me how to set UTF-8 encoding for konakartadmin's requests and responses ?
Regards