Charset utf-8不支持蛋糕翻译中的波兰语

时间:2016-01-06 12:38:26

标签: php html cakephp utf-8 character-encoding

当我把波兰特殊字符放入

  

(Ą,Ć,Ę,Ł,Ń,Ó,Ś,Ź,Ż,ą,ć,ę,ł,ń,ó,ś,ź,ż)

在HTML div中,它正确显示。 但是如果我使用cakephp函数__l()意味着它不显示correclty。

我已检查过以下内容:

我正在使用cakephp2.3

我的HTML标签  <meta content="text/html; charset=utf-8" http-equiv="Content-Type">

我的ctp文件仅以utf-8编码。

有什么问题?

1 个答案:

答案 0 :(得分:1)

在此标题中设置内容类型(iso-8859-2标准)

<meta http-equiv="content-type" content="text/html; charset=iso-8859-2" />