Visual Studio项目字符集问题

发布于 2024-10-06 11:19:43 字数 439 浏览 2 评论 0原文

我有一个 Visual Studio 2010 MVC 2 项目,视图中包含西班牙字符。

我将项目转换为 Telerik MVC 2 项目,现在在执行过程中我的视图中的特殊字符被奇怪的字符代替(它们在 Visual Studio 的 aspx 代码中显示正常)。

例如:我曾经在执行过程中看到这个:

before conversion to telerik

我现在看到这个:

转换为 telerik 后

这仅发生在母版页内容中。

在 Visual Studio 中:在哪里设置保存/加载文件时使用的编码? Telerik 的转换似乎搞砸了,对吧?

I had a Visual Studio 2010 MVC 2 project with spanish characters in my views.

I converted the project to Telerik MVC 2 project and now I get weird characters in place of the special characters in my views during execution (they're shown ok in the aspx code in Visual Studio).

E.g.: I used to see this during execution:

before conversion to telerik

I now I see this:

after conversion to telerik

This only happens with the Master Page content.

In Visual Studio: where do I set the encoding used when saving/loading files? The Telerik conversion seems to have messed that up, right?

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

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

发布评论

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

评论(1

九局 2024-10-13 11:19:43

我不知道 Telerik 转换是如何打破这一点的。但我用这种方式解决了这个问题:

  1. 创建了一个名为Site2.Master的新母版页

  2. < p>已将内容从 Site.Master 复制到 Site2.Master

  3. 删除了Site.Master

  4. Site2.Master重命名为Site.Master

I don't know how did the Telerik conversion break that. But I've solved the problem this way:

  1. Created a new master page named Site2.Master

  2. Copied the content from Site.Master to Site2.Master

  3. Deleted Site.Master

  4. Renamed Site2.Master to Site.Master

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