> On Apr 6, 2015, at 11:15 AM, Gerriet M. Denkmann <[email protected]> wrote: > > 2. characterSetWithCharactersInString seems to take only the lower 16 bits of > the code points in the string. Bug. > Works ok though, if all chars in the string have code points ≥ 0x10000 (e.g. > "𝄞🚲")
The implementation of +characterSetWithCharactersInString: does attempt to handle arbitrary code points. It tries to optimize strings that have no "large" code points; my guess is that it has a bug when the string has a mix of both. Please file a bug report. -- Greg Parker [email protected] Runtime Wrangler _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
