Ben*_*ikt 7 html mysql encoding cakephp
我正在尝试将一些Excel数据移动到MySQL,但遇到编码问题.
我做了什么:
在phpMyAdmin的视图模式下,数据显示正确(它使用utf-8作为charset):
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Run Code Online (Sandbox Code Playgroud)
当我尝试在我的网页上显示数据时,我得到一个带有问号的哈希.
系统信息
此致,Benedikt
sib*_*iba 24
我有类似的症状,我的解决方案是补充
'encoding' => 'UTF8'
Run Code Online (Sandbox Code Playgroud)
to config/database.php