You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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]];
@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
The text was updated successfully, but these errors were encountered: