Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 如何使 MySQL 正确处理 UTF-8
我正在尝试在我的数据库中添加一个希伯来语从一个简单的表格我得到这样的字母
שלו×
代替
“שלום”
关联
但是我不能
是什么问题,是否可以解决?感谢任何能提供帮助的人
选择 utf-8 字符集。
mysql_set_charset('utf8',$link);
http://php.net/manual/en/function.mysql-set-charset.php