ISO-8859-1 不适用于 IE

发布于 2025-01-07 20:15:28 字数 316 浏览 0 评论 0原文

我正在用西班牙语编写一些程序,所以我需要使用重音符号。这就是我使用的原因 # -*- 编码:iso-8859-1 -*- 在我的所有程序 (python) 上。我在 chrome、firefox 和 safari 中进行了测试,它们都可以使用重音符号。唯一不能运行的是IE8。它不应用重音符号,而是添加一些其他字符。

有谁知道IE8有​​没有问题?

使用 UTF-8 是否更好?

I am working on some programs in spanish, so I need to use accent marks. This is why I use
# -*- coding: iso-8859-1 -*- and <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> on all my programs (python). I tested in chrome,firefox and safari and they all work puttin the accent marks. The only one that does not work is IE8. It does not apply the accent mark, and add some other character instead.

Does anyone know if there is a problem with IE8?

Is it better to use UTF-8 instead?

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

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

发布评论

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

评论(2

不一样的天空 2025-01-14 20:15:28

最好使用UTF-8。

请注意,“iso-8859-1”是“windows-1252”(也称为“cp1252”)的常见错误标签。尝试更明确地表达,看看这是否可以解决您的问题。

It is better to use UTF-8.

Note that "iso-8859-1" is a common mislabeling of "windows-1252", also known as "cp1252". Try being more explicit and see if this resolves your issues.

往昔成烟 2025-01-14 20:15:28

是的,最好使用 UTF-8 代替。

除非您还提供要发送的字节,否则您的问题确实无法得到解答。

Yes, it is better to use UTF-8 instead.

Your question really cannot be answered unless you also provide the bytes that you are sending.

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