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.
我有一个支持阿拉伯字符的 php 表单。但这里的一个问题是在 mysql 中以阿拉伯语输入的字符显示“问号”。我发现问题是由于字符 Unicode 引起的,我修复了它。
我们如何将现有数据更改为阿拉伯语?现在它显示为“问号”。大量用户已注册。
如果你能算出“?”是什么字符集?真的存储然后你也许可以使用phpiconv()函数。
iconv()
文档。_
使用 MySqlHEX()函数找出列中真正存储的内容。
HEX()