Given NSString containing a letter like Ç, how do I convert that to a C?
Given NSString containing a letter like Ç, how do I convert that to a C?
- Subject: Given NSString containing a letter like Ç, how do I convert that to a C?
- From: Alex Kac <email@hidden>
- Date: Sat, 21 Jul 2012 20:26:25 -0500
I'm creating an index for a table that we're sorting. Sorting using localized compare will properly compare ç with c. But then my index shows both c and ç. Given that I'm simply taking the first character of the string, how can I get the letter "C" when the string starts with "Ç"?
_______________________________________________
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