Re: Number of chars
Re: Number of chars
- Subject: Re: Number of chars
- From: Jens Alfke <email@hidden>
- Date: Thu, 21 Mar 2013 11:15:28 -0700
On Mar 21, 2013, at 11:10 AM, Aki Inoue <email@hidden> 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 (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