使用 Microsoft Expression 的 HTML 文件中的虚假字符

发布于 2024-07-18 22:02:04 字数 249 浏览 3 评论 0原文

我有 MS Expression Web (12.0.6211.1000)。

我通常使用 Homesite,但它和 Vista 不兼容,所以我想尝试使用 Expression 来编辑简单的 HTML 文件。

插入字符



我发现 Espression Web 会在我编辑的每个文件的顶部 ,就在 标记之前。 这些是什么以及我怎样才能让它停止!

I've got MS Expression Web (12.0.6211.1000).

I usually use Homesite but it and Vista don't get on so I thought I'd try Expression for editing simple HTML files.

I find that Espression Web inserts the characters



at the top of every file I edit, just before the <!DOCTYPE... tag. What are these and how can I make it stop!

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

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

发布评论

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

评论(2

清君侧 2024-07-25 22:02:04

这是解释为非 Unicode 字符编码的 Unicode 字节顺序标记(例如 ISO-8859-1 AKA Latin-1)。

W3C 有一个指南来指定您实际使用的字符编码

如果您不想使用 Unicode 编码(我建议您这样做,它们是当前标准而不是遗留的 ISO-8859 系列),则 论坛 建议您可以通过转到(奇怪的)文件 > 来更改编码 属性...>> 语言并查找“文档另存为”列表。

That is the Unicode Byte Order Mark interpreted as something that isn't a Unicode character encoding (such as ISO-8859-1 AKA Latin-1).

The W3C has a guide to specifying which character encoding you are actually using.

If you don't want to use a Unicode encoding (I suggest you do, they are current standard rather than the ISO-8859 series which are legacy) then the forums suggest that you can change the encoding by going to (oddly) File > Properties... > Language and looking for a "Save the document as" list.

黑凤梨 2024-07-25 22:02:04

这是 Unicode 字节顺序标记; Expression Web 以 UTF-8 格式保存。

This is the Unicode Byte Order Mark; Expression Web is saving in UTF-8.

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