Hi all,
i have a problem with grocery crud and the accented letters. I use the italian language and when save a text field with the letters à , ù, ò, è, ì. é, grocery crud save a ? in the database, in place of the accented letter.
For example: Nicolò ---> Nicol?
I put the ISO-8859-1 into config.php of Codeigniter and the [size=3][font=monospace]content[/font][color=#881280][font=monospace]="[/font][/color][font=monospace]text/html; charset=ISO-8859-1[/font][color=#881280][font=monospace]"[/font][/color][/size] into the HTML, but nothing changed.
How can I fix this?
Thanks for your help!
Accented letters
Started by eldoge, 23 January 2013 - 16:21 PM
- Single Page
Posted 23 January 2013 - 16:21 PM
Posted 23 January 2013 - 18:16 PM
http://www.grocerycr...ns/set_language
and also make sure that on the database the collation of database and tables is UTF-8.
You shouldn't change the charset to ISO-8859-1. Leave it to UTF-8.
and also make sure that on the database the collation of database and tables is UTF-8.
You shouldn't change the charset to ISO-8859-1. Leave it to UTF-8.