utf-8 编码不适用于网页的横幅

发布于 2024-11-17 14:12:11 字数 701 浏览 2 评论 0原文

我在我正在处理的一些网页上遇到了一个非常奇怪的错误。

横幅未正确显示特殊字符(即:é、è 等)。问题是这只发生在母版页的横幅部分。页面的其余部分始终以应有的方式显示字符,但出于某种原因,这是我在横幅中看到的文本:

Conseil de la radiodiffusion et des t�l�communications canadiennes 在表格上,它们是问号,但在页面上,它们是未找到字符的方块。

这就是它应该显示的内容: Conseil de la radiodiffusion et des télécommunications canadiennes

这是一个 asp.net 4.0 页面。母版页从服务器上的 html 文件获取横幅。

  • 我尝试删除并重新创建该文件,并在使用 vs2010 保存时强制使用 utf-8 编码。
  • 我尝试在 web.config 中强制使用 utf-8 编码,但没有结果。
  • 我尝试在母版页中强制使用 utf-8 编码,但没有结果。

我真的不认为这是文件,因为页面的大部分内容都没有任何空间字符问题。文件编码正确(使用像 &eacu; 这样的 ascii 特殊字符代码而不是字符本身)。

我认为当母版页获取文件来显示它时会发生这种情况,但我不明白也不知道如何解决这个问题。

谢谢

I got a really strange error on some of the webpages I am taking care of.

The banner is not showing the special character properly (ie: é, è, etc.). The catch is that this is only happening in the banner part of the master page. The rest of the page is always showing the characters the way they should but for some reason here is the text I get in the banner:

Conseil de la radiodiffusion et des t�l�communications canadiennes
ON the fourm, they are question mark, but on the page, they are the character not found squares.

this is what it should be showing:
Conseil de la radiodiffusion et des télécommunications canadiennes

It is an asp.net 4.0 page. The master page is getting the banner from an html file on the server.

  • I tried deleting and recreating the said file and forcing the utf-8 encoding while saving it with vs2010.
  • I tried forcing the utf-8 encoding in the web.config with no results.
  • I tried forcing the utf-8 encoding in the master page with no results.

I really do not think it is the file though since most of the page does not have any problem with the spacial characters. The file is coded right (ascii special characters code like &eacu; are used instead of the character itself).

I think it is something when the master page go get the file to display it but I do not understand nor see how to fix this issue.

thanks

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

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

发布评论

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

评论(1

凉墨 2024-11-24 14:12:11

找到问题了,这是一个冗余问题,文件存储在5个左右不同的地方,我找到了正确的并修改了它。

Found the problem, it was a redundacy problem, the file is being stored at 5 or so different places, I found the right one and modified it.

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