Re: NEWBIE: double backslash in NSStrings
Re: NEWBIE: double backslash in NSStrings
- Subject: Re: NEWBIE: double backslash in NSStrings
- From: ber <email@hidden>
- Date: Sun, 18 Aug 2002 04:28:30 +0200
Fair enough. But how do I create an NSString from an array of
characters containing a backlash (decimal 92) without
it being doubled in the the NSString? I tried WithFromat and
FromUTFString.
Lance, doubling the backslashes in the source array of chars gives me 4
backslashes in the NSString. I just
ran the experiment.
Thanks,
brian
On Sunday, August 18, 2002, at 04:02 AM, Andrew Pinski wrote:
Woops I forgot The NSLog bug is for four backslashes.
A backslash in C string means a start for an escaped character.
Thanks,
Andrew Pinski
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.