BlueCloth 2 和 unicode

发布于 2024-10-20 01:03:34 字数 214 浏览 0 评论 0原文

当最新的 BlueCloth (2.0.11) 在 Ruby 1.9.2 下进行 markdown 处理时,以下 Haml 会导致 Encoding::UndefinedConversionError

:markdown
  résumé

显然,不起眼的 é 字符足以让 BlueCloth 抛出合身!有解决办法吗?

The following Haml causes to a Encoding::UndefinedConversionError when the latest BlueCloth (2.0.11) is used for markdown processing under Ruby 1.9.2:

:markdown
  résumé

Apparently, the humble é character is enough to make BlueCloth throw a fit! Is there a fix?

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

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

发布评论

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

评论(1

撩动你心 2024-10-27 01:03:34

目前,我已经通过安装 Maruku 并使用 :maruku 改为过滤。但这并不是适合每个人的完美解决方案,所以我很想看到更好的答案。

For now, I've worked around this by installing Maruku and using the :maruku filter instead. But this isn't a perfect solution for everyone, so I'd love to see a better answer.

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