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

16-bit Unicode character support #24

Open
kloned opened this issue Jun 18, 2014 · 0 comments
Open

16-bit Unicode character support #24

kloned opened this issue Jun 18, 2014 · 0 comments

Comments

@kloned
Copy link

kloned commented Jun 18, 2014

@jmesnil we've not been able to deal with some unicode characters (especially with cyrillic and romanian).
Solved by replacing %c with %C in [body appendString:[NSString stringWithFormat:@"%c", c]];

String Format Specifiers description: https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/Strings/Articles/formatSpecifiers.html#//apple_ref/doc/uid/TP40004265-SW1

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

1 participant