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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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?