Re: Getting a bullet into a NSString
Re: Getting a bullet into a NSString
- Subject: Re: Getting a bullet into a NSString
- From: Stephane Sudre <email@hidden>
- Date: Tue, 14 Mar 2006 18:59:20 +0100
On 14 mars 06, at 18:55, Ben Lachman wrote:
What's a good way of getting a bullet char ("•") into a NSString? I
was using:
[NSString stringWithUTF8String:"• "]
...but that stopped working when I reorganized my code (not sure why,
but I meant to make sure I was doing the right way anyway). Any
suggestions?
NSLocalizedString("Bullet_Char",@"Description Forthcoming");
Localizable.strings :
"Bullet_Chat" = "•";
_______________________________________________
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