为什么 Html 实体被 MS Expression Web 取代?

发布于 2024-09-27 14:18:32 字数 262 浏览 4 评论 0原文

我正在使用 Microsoft Expression Web 5 来编辑 HTML 文档。我注意到使用“重新格式化 HTML”方法时出现了奇怪的行为。

如果我的 html 文档 (UTF-8) 包含类似于 € 的 html 实体,则该实体将被替换为欧元字符。具有特殊含义的 html 实体,如“<”和“>”不会被替换。所以 '<' (读:&符号-lt-分号)保持不变。

为什么Expression Web要这样做?我很确定尽可能使用 html 实体是最佳实践。

I'm using Microsofts Expression Web 5 to edit my HTML documents. I have noticed a strange behaviour when using the 'Reformat HTML' method.

If my html document (UTF-8) contains html entities in the like of € the entity is replaced by a euro character. The html entities with a special meaning like '<' and '>' will not be replaced. So '<' (read: ampersand-l-t-semicolon) is left untouched.

Why does Expression Web do this?? I'm pretty sure it's best practise to use html entities whenever you can.

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

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

发布评论

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

评论(3

少年亿悲伤 2024-10-04 14:18:32

为什么Expression Web要这样做?我非常确定尽可能使用 html 实体是最佳实践。

实际上,不:在 UTF-8 文档中,可以在 HTML 实体上使用正确的 UTF-8 字符。

所以,Expression Web 是可以的(尽管这是一项应该能够在某处关闭的功能)。

相关讨论:

Why does Expression Web do this?? I'm pretty sure it's best practise to use html entities whenever you can.

Actually, no: In a UTF-8 document, it's fine to use proper UTF-8 characters over HTML entities.

So, what Expression Web is okay (Although this is a feature one should be able to turn off somewhere).

Related discussion:

清引 2024-10-04 14:18:32

没有 Expression Web 5(版本 4 是最新的)。

There's no Expression Web 5 (version 4 is the latest).

倚栏听风 2024-10-04 14:18:32

实际上您需要做的就是:

  1. 工具>页面编辑器选项
  2. 转到“默认字体”选项卡
  3. 将语言更改为 Unicode (UTF-8)
  4. 单击“确定”
  5. 关闭并重新打开 HTML 文件

这样就可以了。

Actually all you need to do is:

  1. Tools > Page Editor Options
  2. Go to Default Fonts tab
  3. Change the language to Unicode (UTF-8)
  4. Click OK
  5. Close and reopen the HTML file

That will do it.

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