我想测试Visual Studio 2019中的新Django项目。但是,当我在模板中添加"ó"或"ą"字符时,我会收到错误"'utf-8'编解码器无法位置280中的DECODOD BYTE 0XF3:无效延续字节"
我自己的项目在VS代码上运行良好。但这是VS 2019的预制。
{% extends "app/layout.html" %}
{% block content %}
<h2>{{ title }}.</h2>
<h3>{{ message }}</h3>
<address>
One Microsoft Way<br />
Redmond, WA 98052-6399<br />
<abbr title="Phone">P:</abbr>
425.555.0100
</address>
<address>
<strong>Support: ó</strong> <a href="mailto:Support@example.com">Support@example.com</a><br />
<strong>Marketing:</strong> <a href="mailto:Marketing@example.com">Marketing@exampless.com</a>
</address>
{% endblock %}
我知道这是什么问题。除了HTML文件外,所有内容都在正确的编码中