I am having some issues charset and special chars in this page : http://goo.gl/UGgxWt i have added in my header section charset code :
<html lang="fr">
<meta charset="UTF-8">
i tried to add in the body section
header('Content-Type: text/html; charset=utf-8');
nothing changed still the same problem , i went to htaccess file i added
AddDefaultCharset UTF-8
but it didn't solved this issue can you help with a solution to that situation