Zen Follower
- Join Date:
- Nov 2007
- Location:
- Toulouse - France
- Posts:
- 112
- Plugin Contributions:
- 0
Error display specials characters
My SQL Database is an UTF-8.
In ```
\includes\languages\french.php SETLOCALE is : @setlocale(LC_TIME, 'fr', 'french', 'fra', 'fr_FR', 'fr_FR@euro');
and ```
CHARSET is : define('CHARSET', 'utf-8');
When i write a product description, i use ISO Entities as
é é é lowercase e, acute accent
or
à à à lowercase a, grave accent
The specials characters are stored well in my data base, e.g ```
Très grand format donnant des reflets colorés
But 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.
How to correct that?