gpt4 book ai didi

mysql - 从 mysql 数据库检索数据时,Bangla 字体未显示在 cakephp 中

转载 作者:行者123 更新时间:2023-11-29 11:11:43 26 4
gpt4 key购买 nike

我正在使用 cakephp 版本 2.7 。在我看来,我展示的是静态孟加拉语。但是当我从数据库获取数据时,孟加拉字体不起作用。

最佳答案

Check your layout file have below line -

对于HTML5

<head>
<meta charset="utf-8">
</head>

还将数据库排序规则设置为utf8_general_ci

Search and Uncomment below line from app/Config/database.php file

//'encoding' => 'utf8',

'encoding' => 'utf8',

关于mysql - 从 mysql 数据库检索数据时,Bangla 字体未显示在 cakephp 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40457992/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com