什么时候应该使用accept-charset=“UTF-8”?以 HTML 形式?

发布于 2025-01-06 21:52:04 字数 133 浏览 0 评论 0原文

我很好奇 HTML 表单中是否有 accept-charset="UTF-8" 属性的使用案例?当页面已经被宣传为 utf-8 时,它似乎是 100% 多余的,并且在其他情况下它会被某些浏览器忽视/错误地对待。我错过了什么吗?

I'm curious whether there's a usage case for the accept-charset="UTF-8" attribute in HTML forms? It seems it's 100% redundant when the pages are already advertised as utf-8, and it's dis/mis-regarded by some browsers in other cases. Am I missing something?

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

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

发布评论

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

评论(1

许你一世情深 2025-01-13 21:52:04

当页面已经是 utf-8 时,它是多余的,但不是 100%。
如果用户覆盖页面的编码,则将其添加到表单中是一项额外的安全措施。

When the page is already utf-8 it is redundant, but not 100%.
If the user overrides the encoding of the page, then adding that to the form is an extra safety measure.

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