utf-8字符不显示在chrome中

时间:2013-05-20 21:09:21

标签: html html5 google-chrome twitter-bootstrap utf-8

在Chrome中无法正确显示html特殊字符的问题请参阅

Example Page

我已经完成并重新保存项目中的每个文件,因为utf-8确认我的元标记减速并确认chrome设置为默认为utf-8。在firefox或ie中没有问题。任何帮助将不胜感激。我把头发拉了出来。

3 个答案:

答案 0 :(得分:3)

如何将页面设置为UTF-8?

目前:

Content-Type:text/html;charset=ISO-8859-1

如果您使用的是Apache:How to change the default encoding to UTF-8 for Apache?

答案 1 :(得分:3)

将浏览器默认编码设置为UTF-8:

转到“设置” - >“显示高级设置 - >自定义字体,将编码设置为Unicode(UTF-8)

在Chrome版本42.0.2311.90(64位)

上测试

答案 2 :(得分:2)

截至2017年中期,Chrome已删除手动编码菜单,您现在需要下载Chrome扩展程序以手动更改。

请参阅此帖子:https://superuser.com/questions/1160003/how-do-i-change-the-character-encoding-for-a-webpage-in-chrome