To solve the problem, I have created a .htaccess file with the following line:
php_value default_charset "iso-8859-1"
This force the encoding to be iso=8859-1 when loading the PHP pages. I hope this might help you!
This is my interactive space where I will share with you some elements of my life. Ceci est mon espace interactive ou je partagerai avec vous certains moments de ma vie.
1 comment:
moi je met ça dans mes .htaccess pour être sûr que mes pages s'affichent bien, surtout quand on a du chinois dans la base de données : AddType 'text/html; charset=UTF-8' php
j'ai rajouté cette ligne après avoir passé des heures (le jour de la mise en prod) à chercher pourquoi le chinois était complètement illisible chez mon hébergeur alors que ça marchait nickel en local.
Post a Comment