On Sat, May 5, 2012 at 4:46 PM, Markus Spoettl <ms_li...@shiftoption.com> wrote: > On 05.05.12 23:07, Martin Wierschin wrote: >> >> So, when using a binary search, I get different answers depending on the >> other strings in the list! > > > Seems to work for me:
I was using F-Script to investigate this, but I'm seeing the same thing (locale: en_US): # a := {'aaa', 'laso', 'lasso', 'zzz'} # 'laßt' localizedCaseInsensitiveCompare:@a {1, -1, 1, -1} Interestingly enough... # 'laßt' localizedCompare:@a {1, 1, 1, -1} So if there's a bug, it appears to be in localizedCaseInsensitiveCompare: _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com