可可 icu 文件
我想在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为它变成了 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?