Pourquoi windows et non iso-8859-6 ?font-family: Times New Roman, Times, serif, sans-serif, verdana, Arial, Helvetica;
Ensuite, ton serveur HTTP (chez free) accepte cet encodage ?<meta http-equiv="Content-Type" content="text/html; charset=windows-1256">
<?php
phpinfo();
?>
ensuite tu le lances à partir de ton navigateur
Code : Tout sélectionner
http://issam.jaafari.free.fr/info.phpHTTP_ACCEPT_LANGUAGE
HTTP_ACCEPT_ENCODING
HTTP_ACCEPT_CHARSET
_SERVER["HTTP_ACCEPT_CHARSET"] ISO-8859-1,utf-8;q=0.7,*;q=0.7HTTP_ACCEPT_LANGUAGE
HTTP_ACCEPT_ENCODING
HTTP_ACCEPT_CHARSET
Code : Tout sélectionner
<meta http-equiv="content-type" content="text/html; charset=windows-1256" />header("Content-Type: text/html; charset=windows-1256");
Toi tu avait juste : "Content-Type: text/html" donc par default du iso-8859-1.