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

iOS 8.1 bug? #2

Open
kokoeCBK opened this issue Feb 15, 2016 · 1 comment
Open

iOS 8.1 bug? #2

kokoeCBK opened this issue Feb 15, 2016 · 1 comment

Comments

@kokoeCBK
Copy link

In my application, I use "stringByTransliteratingJapaneseToHiragana" method to transform Japanese like a Kanji or Katakana to Hiragana, it worked.

But when use environment as iOS 8.1, "stringByTransliteratingJapaneseToHiragana" method always return nil.

I found that on:
CFStringTokenizerTokenType result = CFStringTokenizerAdvanceToNextToken(tok);

In iOS 8.1, the result always was "kCFStringTokenizerTokenNone".

Do you know how to fix it.

Thank you very much.

P.S. Sorry for my poor english.

@VuongThanhNguyen
Copy link

I also meet this problem. Did you cope with it?

Thanks
Vuong Nguyen

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