Don't display special characters after migration �

after migration on the new 000webhost , the server don’t display special characters anymore on my website pages. Do you know why ?
examples :

  • href="lege_menu_acces.htm">Accès
  • href="lege_menu_conditions_generales.php">Conditions générales
  • Accès is displayed Acc�s Conditions générales >>> Conditions g�n�rales and so on I had no problem before in previous site

    Try this for help

    thanks i go to read it …

    after I added the line :
    header(“Content-Type: text/html; charset=ISO-8859-1”, true);
    in front of my php code, the special characters are dispayed now
    But I must do that for all my documents
    Thanks it’s a solution

    1 Like

    You have to do it manually, as PHP scripts are treated apart HTML files. Sorry :sweat: