I couldn’t find anything about UTF-8 but on wp-config.php file, where there’s this line
/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);
I just found the solution, I think… by deleting utf8 and leaving the line like this define(‘DB_CHARSET’, ”);
It seems to be working =)
thank you!!