Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use CFString API instead of ICU in case of iOS #2

Open
dinhvh opened this issue Sep 8, 2014 · 1 comment
Open

Use CFString API instead of ICU in case of iOS #2

dinhvh opened this issue Sep 8, 2014 · 1 comment

Comments

@dinhvh
Copy link
Owner

dinhvh commented Sep 8, 2014

To do transliteration and tokenization.
https://developer.apple.com/librarY/mac/documentation/CoreFoundation/Reference/CFStringTokenizerRef/Reference/reference.html#//apple_ref/doc/constant_group/Tokenization_Modifiers
and CFStringTransform()

cc @iljaiwas

@iljaiwas
Copy link

iljaiwas commented Sep 9, 2014

There is also an NSString API which supposedly does the same thing:
https://developer.apple.com/library/ios/documentation/cocoa/reference/foundation/classes/NSString_Class/Reference/NSString.html#jumpTo_60

Using CFStringTokenizer is probably faster and can be called from plain C/C++, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants