可可 icu 文件

发布于 2024-10-13 18:07:33 字数 95 浏览 2 评论 0原文

我想在 UIWebView 中进行语法突出显示。我听说过 Cocoa icu,但我在谷歌搜索中没有找到任何文档。

有人可以给我一些信息吗?

谢谢

I want to have syntax highlighting in UIWebView. I have heard about Cocoa icu, but there're no documents I've found from Googling.

Can somebody give me some information??

thank you

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

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

发布评论

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

评论(1

始终不够爱げ你 2024-10-20 18:07:33

我认为它变成了 RegexKit,但我确实看到了 http://site.icu-project 上的链接。 org/相关 已过时。

我为 ICU 的几个部分编写了一个小包装到 Cocoa 中。基本上,您可以从 Objective C 调用 ICU C(而不是 C++)接口。ICU

本身不进行语法高亮,您是否在寻找正则表达式部分?

I think it turned into RegexKit, but i do see that the link on http://site.icu-project.org/related is stale.

I wrote a small wrapper for a couple parts of ICU into Cocoa. Basically, you can call the ICU C (not C++) interfaces from objective C.

ICU itself doesn't do syntax hilighting, were you looking for the regex portion?

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