• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 30, 2025, 06:37:25 pm

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - f_fotrousi

1
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