So I have a problem with a simple character. I am trying to print º
from mysql but I always get �.
Database is set to utf8, connection and meta too.
$conn->set_charset("utf8");
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
So I have a problem with a simple character. I am trying to print º
from mysql but I always get �.
Database is set to utf8, connection and meta too.
$conn->set_charset("utf8");
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">