Facebook 分享描述编码怪异

发布于 2024-09-10 05:17:26 字数 423 浏览 3 评论 0原文

此链接,来自 http://www.20mes%20anniversaires" rel="nofollow noreferrer">此链接的元描述。 dontforgetanniversary.com 存在重音编码问题。

我还有。

我想知道它可能来自哪里。

On this link, the meta description from http://www.dontforgetanniversary.com has encoding problems with accents.

I still have tho.

I wonder where it could come from.

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

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

发布评论

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

评论(1

私野 2024-09-17 05:17:26

我使用 URL Linter 测试了您的域,并且确实发现了一些字符编码问题。

搜索错误数据库我发现这个表示BOM 可能是问题所在。

因此,我在 Charles 中加载了您的页面,并查看了响应的字节。果然,响应的前三个字节是 EF BB BF,即 BOM 的 UTF-8 编码

从文件中删除 BOM,然后就可以开始了。

I tested your domain with the URL Linter and definitely see some issues with character encoding.

Searching the bug database I found this one that indicates a BOM might be the problem.

So I loaded up your page in Charles and looked at the bytes of the response. Sure enough, the first three bytes of the response are EF BB BF, the UTF-8 encoding of the BOM.

Remove the BOM from your files and you're good to go.

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