gpt4 book ai didi

asp.net-mvc - 如何强制 ASP.NET MVC 将 .cshtml 文件读取为 UTF-8?

转载 作者:行者123 更新时间:2023-12-01 19:18:10 25 4
gpt4 key购买 nike

渲染 View 时,遇到编码问题,即 unicode 字符显示不正确。

根据an answer to an unrelated question :

If you experience encoding problems with the output, try saving your view .aspx files as 'Unicode UTF-8 with signature'.

确实,我的 View 被保存为没有签名的UTF-8;将它们保存为 带签名的 UTF-8 解决了问题。

有没有办法指定 ASP.NET MVC 每次都应使用 UTF-8,以便能够在新存储的 View 中使用没有签名的 UTF-8?

最佳答案

尝试:

<system.web>
<globalization fileEncoding="utf-8" />
</system.web>

不要忘记将源文件也保存为 UTF-8。

关于asp.net-mvc - 如何强制 ASP.NET MVC 将 .cshtml 文件读取为 UTF-8?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20117930/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com