• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Where is my bicycle?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Where is my bicycle?


  • Subject: Re: Where is my bicycle?
  • From: "Gerriet M. Denkmann" <email@hidden>
  • Date: Mon, 06 Apr 2015 23:45:52 +0700

> On 6 Apr 2015, at 23:36, Charles Srstka <email@hidden> wrote:
>
>>
>> On Apr 6, 2015, at 11:19 AM, Gerriet M. Denkmann <email@hidden> wrote:
>>
>> OS X 10.10.2
>>
>> 	NSString *string = @"abc 🚲 xyz";	// BICYCLE = U+1F6B2
>> 	NSCharacterSet *charSet = [ NSCharacterSet characterSetWithCharactersInString: string ];
>> 	BOOL pq = [ charSet longCharacterIsMember: 0x1F6B2 ];
>> 	NSLog(@"%s CharacterSet from \"%@\" contains %s🚲 (0x1F6B2)",__FUNCTION__, string, pq ? "" : "no ");
>>
>> This prints:
>>
>> CharacterSet from "abc 🚲 xyz" contains no 🚲 (0x1F6B2)
>>
>> Where is my bicycle gone? What am I doing wrong?
>
> Objective-C doesn’t support Unicode in source files (although Swift does).
>
> Charles
>

If this is so: why did my compiler not tell me about this?

Why does this:
	NSString *string = @"abc 〄 xyz";	// JAPANESE INDUSTRIAL STANDARD SYMBOL = U+3004
	NSCharacterSet *charSet = [ NSCharacterSet characterSetWithCharactersInString: string ];
	BOOL pq = [ charSet longCharacterIsMember: 0x3004 ];
	NSLog(@"%s CharacterSet from \"%@\" contains %s〄 (0x3004)",__FUNCTION__,  string, pq ? "" : "no ");


print:
CharacterSet from "abc 〄 xyz" contains 〄 (0x3004)


Kind regards,

Gerriet.



_______________________________________________

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


  • Follow-Ups:
    • Re: Where is my bicycle?
      • From: Steve Mills <email@hidden>
References: 
 >Where is my bicycle? (From: "Gerriet M. Denkmann" <email@hidden>)
 >Re: Where is my bicycle? (From: Charles Srstka <email@hidden>)

  • Prev by Date: Re: Where is my bicycle?
  • Next by Date: Gain access to resolved folder alias under sandboxing
  • Previous by thread: Re: Where is my bicycle?
  • Next by thread: Re: Where is my bicycle?
  • Index(es):
    • Date
    • Thread