Home >Backend Development >PHP Tutorial >Quick solution to Chinese garbled characters in Linux php, _PHP tutorial
The php web page outputs garbled code under Ubuntu, without involving database encoding:
Modify "/etc/php5/apache2/php.ini" to
default_charset = "iso-8859-1"
was changed to
default_charset = "utf-8"
Then restart apache:
sudo /etc/init.d/apache2 restart
The above quick solution to Linux php Chinese garbled code is all the content shared by the editor. I hope it can give you a reference, and I also hope that everyone will support Bangkejia.