My database is "utf8_general_ci", tables & columns are also "utf8_general_ci". Php file is also saved in UT8, I got the header in UTF8, so ... everything is UTF8.
But I still got that � char when there is accents.
I checked with iconv and it is UTF8. I also tested the encoding with mb_detect_encoding and the result is the same UTF8.
This drive me crazy ...
I got one thing to work : utf8_encode($string) this give me "Actualité" instead of "Actualit�s"
Is it possible this has been double-utf8 encoded ?
How can I fix this ?