1 line
84 B
Objective-C
1 line
84 B
Objective-C
int realCharacterCount = [s lengthOfBytesUsingEncoding: NSUTF32StringEncoding] / 4;
|