Skip to content

Instantly share code, notes, and snippets.

@kharmabum
Created March 9, 2014 22:33
Show Gist options
  • Save kharmabum/9455960 to your computer and use it in GitHub Desktop.
Save kharmabum/9455960 to your computer and use it in GitHub Desktop.
NSUInteger realLength = [s lengthOfBytesUsingEncoding:NSUTF32StringEncoding] / 4;
NSLog(@"The real length of %@ is %lu", s, realLength);
// => The real length of 🌍 is 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment