My SQL Database is an UTF-8.
InandCode:\includes\languages\french.php SETLOCALE is : @setlocale(LC_TIME, 'fr', 'french', 'fra', 'fr_FR', 'fr_FR@euro');When i write a product description, i use ISO Entities asCode:CHARSET is : define('CHARSET', 'utf-8');
The specials characters are stored well in my data base, e.gCode:é é é lowercase e, acute accent or à à à lowercase a, grave accentBut when i return into a product description and what i update, in the display the special characters are replaced by a question mark in a black triangle.Code:Très grand format donnant des reflets colorés
How to correct that?



