Inserting Special Characters into a String
Inserting Special Characters into a String
- Subject: Inserting Special Characters into a String
- From: Ian was here <email@hidden>
- Date: Mon, 11 Jul 2005 08:41:33 -0700 (PDT)
Does anyone know of a way of inserting non-ascii
characters into a string. I've tried several ways and
keep getting compiler warnings. An NSTextView handles
special characters nicely, but my attributed string
and character arrays don't.
char checkChar = '?';
char bulletChar = '';
or
NSAttributedString *checkChar = [[[NSAttributedString
alloc]initWithString:@"?"];
NSAttributedString *bulletChar = [[[NSAttributedString
alloc] initWithString:@""] ;
Thanks
____________________________________________________
Sell on Yahoo! Auctions no fees. Bid on great items.
http://auctions.yahoo.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