整齐更换有着奇怪的性格

发布于 2024-11-19 16:45:59 字数 390 浏览 1 评论 0原文

我正在使用 Tidy(带有 PHP5),并启用 UTF8 输入、输出和字符编码。当我清理其中包含   的字符串时,它会用一个奇数字符替换它。我尝试过弄乱整洁的配置,但我尝试的任何操作似乎都不起作用。

Tidy 之前:

This is a test.  Why does this not work?

Tidy 之后:

This is a test. ▒Why does this not work?

我不知道该字符是什么,但我认为它与 utf8 中的实体编码有关。关于如何让   保持整洁,有什么想法吗?

I am using Tidy (with PHP5) with UTF8 input, output, and char encoding enabled. When I clean a string with an   in it, it is replacing it with an odd character. I've tried messing with the tidy config but nothing I try seems to work.

Before Tidy:

This is a test.  Why does this not work?

After Tidy:

This is a test. ▒Why does this not work?

I don't know what the character is, but I assume it has something to do with the encoding of the enteties in utf8. Any ideas as to how I can get tidy to just leave the   alone?

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

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

发布评论

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

评论(1

半岛未凉 2024-11-26 16:45:59

您是否尝试过 preserve-entities 配置选项?

Have you tried the preserve-entities config option?

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