Re: NEWBIE: double backslash in NSStrings
Re: NEWBIE: double backslash in NSStrings
- Subject: Re: NEWBIE: double backslash in NSStrings
- From: Andrew Pinski <email@hidden>
- Date: Sat, 17 Aug 2002 22:33:13 -0400
On Saturday, August 17, 2002, at 10:28 , ber wrote:
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.
It is not doubled in NSString, it is only doubled when displayed.
It is doubled when displayed from the NSArray because it is
expected to be copied into c code or so you can have unprintable
characters and still be able to see them and know what they are.
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.