On 9 Dec 2013, at 15:05, Quincey Morris <quinceymor...@rivergatesoftware.com> 
wrote:

> On Dec 8, 2013, at 23:46 , Gerriet M. Denkmann <gerr...@mdenkmann.de> wrote:
> 
>> NSString *b = @"见≠見";                //      0x89c1  0x2260  0x898b
> 
> So what are the results with:
> 
>> NSString *b = @"见”;
>> NSString *b = @"≠”;
>> NSString *b = @"見”;
> ?
> 
> And what’s the current locale?

NSLocale *currentLocale = [ NSLocale currentLocale ];
NSLog(@"%s %@",__FUNCTION__, [ currentLocale localeIdentifier]);        
prints: en_IE




_______________________________________________

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

Reply via email to