IE对Unicode字符的支持比Chrome更好吗?

时间:2014-02-11 18:49:39

标签: windows google-chrome unicode utf-8

我在这里测试了它,http://www.fileformat.info/info/unicode/utf8test.htm

不要谈论杂项。

是Windows 7字体吗?它是Chrome渲染吗?我应该调整一些配置吗? 欢迎任何帮助。

编辑:我刚刚检查过Chrome编码中选择了UTF-8,它确实如此。 扼杀我可以在IE 11(!)

中看到更多符号

编辑2:比较 - > http://bit.ly/font-rendering-chrome-ie

(我想我应该在超级用户论坛上发布这个,但我不能自己动手。)

1 个答案:

答案 0 :(得分:0)

如果字体中没有某些Unicode字符,则大多数浏览器都使用后备字体。似乎该回退机制的实现在IE和Chrome中有所不同。

一种可能的解决方案是对Unicode字符使用不同的font-family。对于Windows系统,我通常使用Lucida Sans Unicode和CSS规则:

.unicode {
    font-family: "Lucida Sans Unicode", sans-serif;
}