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:38:03 +0200
I'm afraid I don't understand what you mean by "expected to be copied
into c code".
How do I get the display (the table on the screen in my application) to
show the same number of backslashes that
are in the string?
Thanks,
Brian
On Sunday, August 18, 2002, at 04:33 AM, Andrew Pinski wrote:
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.