Today I migrated my site to the hostgator and this problem happened, the accents are all with some characters
The files are all with correct accent in the database
My collation in the database is like: utf8_general_ci
I'm using meta: utf-8
I'll put my select to see if you have any problems:
<?php
$sql = mysql_query ("SELECT * FROM recadao ORDER BY id DESC LIMIT 3");
while ($exibe = mysql_fetch_assoc($sql)){
?>
<?php echo $exibe['recadao_mensagem']; ?>
<?php } ?>
I've been in more than 500 places and I could not solve the problem.