I've got a problem with UTF-8 charset and french characters (é, è,...).
My PHP scripts are all encoded in UTF-8 without BOM. At least I think it's the case.
The MySQL Tables are set to use utf8_general_ci
.
The PHP scripts display characters correctly, but PHPMyAdmin display characters incorrectly (eg. : "é" instead of "é").
Do you have an idea about the cause of the problem ?
Thanks in advance for your help.