Re: Getting a bullet into a NSString
Re: Getting a bullet into a NSString
- Subject: Re: Getting a bullet into a NSString
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 14 Mar 2006 11:54:07 -0700
On Mar 14, 2006, at 10:55 AM, Ben Lachman wrote:
What's a good way of getting a bullet char ("•") into a NSString?
Something like this should work, and doesn't require localization:
[NSString stringWithFormat:@"%C", 0x2022]
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden