Strings, Unicode, Localization, and Parsing

The new issue of objc.io is all about strings. Ole Begemann: The truth is that an NSString object actually represents an array of UTF-16-encoded code units. Accordingly, the length method returns the number of code units (not characters) in the string. At the time when NSString was developed (it was first published in 1994 as … Continue reading Strings, Unicode, Localization, and Parsing