-2
My system has charset error, but it is only with the data returned from the database. My HTML charset is right, the one in the database is also right, and on php.ini
is also right.
How do I solve the problem? The special characters are returning ?
.
you are using PDO ?
– RFL
Related: http://answall.com/questions/77491/inclu-charset-utf-8-na-conx%C3%A3o-mysqli/77494#77494
– Wallace Maxters
Not to say that the problem is only with mysql or mariadb, these tips should help you with php, html and the database: http://answall.com/a/43205/3635
– Guilherme Nascimento