Apache 忽略浏览器中 HTML 显示的元字符集

发布于 2024-12-25 22:21:53 字数 411 浏览 1 评论 0原文

我的元字符集编码有问题。我有一个 Zend 应用程序,它以这种方式将元字符集插入到 phtml 文件中:

$this->headMeta()->appendHttpEquiv('Content-Type', 'text/html; charset=UTF-8');
$this->headMeta();

在浏览器中,页面已设置 us-ascii 字符集。我不知道为什么会这样。 Apache 和 PHP conf 文件已使用 UTF-8 编码设置字符集。
我的本地服务器设置在 Linux Mint 上(在 Windows 7 中的 VirtualBox 上)。文件编码转换不会改变任何内容。

===============
该问题是由于 php5-tidy Apache 模块而发生的。

I have problem with meta charset encoding. I have a Zend App which inserts the meta charset into phtml file this way:

$this->headMeta()->appendHttpEquiv('Content-Type', 'text/html; charset=UTF-8');
$this->headMeta();

In browser, the page has set the us-ascii charset. I don't know why it's happening.
Apache and PHP conf files have set charset with UTF-8 encoding.
My local server is set on Linux Mint (on VirtualBox in Windows 7). File encoding conversion doesn't change anything.

===============
The problem occured because of php5-tidy Apache module.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

玉环 2025-01-01 22:21:53

看这里:如何将字符集设置为 UTF Zend 应用程序中的 -8?。确保您的工作文件使用 utf-8 编码保存。

Take look here: How to set charset to UTF-8 in a Zend application? .Make sure your working files are saved with utf-8 encoding.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文