On Mar 21, 2013, at 11:10 AM, Aki Inoue <a...@apple.com> wrote: > Please note that std::string does not provide the localized behavior for > collation, searching, case mapping, etc that our customers are accustomed to. > If you're handling user visible strings, we recommend sticking to NSString at > least for those operations.
Or else start digging into the ICU C++ API. But yes, it’s definitely best to stick with NSString as much as possible, except as necessary to glue into some cross-platform or legacy C++ code. —Jens _______________________________________________ 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