Re: Where is my bicycle?
Re: Where is my bicycle?
- Subject: Re: Where is my bicycle?
- From: Greg Parker <email@hidden>
- Date: Mon, 06 Apr 2015 15:44:35 -0700
> On Apr 6, 2015, at 11:15 AM, Gerriet M. Denkmann <email@hidden> 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@hidden Runtime Wrangler
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden