Home > Article > Backend Development > Ten ways to solve UTF-8 encoding in PHP
7. Add in front of the PHP program that needs to do database operations
8. Add at the end of create table:
9.phpmyadmin/config.inc.php
10. When phpadmin exports data Uncheck "Use hexadecimal display for binary areas" Note that file system functions do not support utf-8! It is said that php6 has built-in unicode support, so you can test it if you have the chance. |