Re: (newbie question) Putting special characters in NSStrings
Re: (newbie question) Putting special characters in NSStrings
- Subject: Re: (newbie question) Putting special characters in NSStrings
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 21 Mar 2005 10:06:48 -0700
On Mar 21, 2005, at 9:18 AM, Sean McBride wrote:
But anyway, I wonder, why is it not allowed? It sounds like some kind
of
archaic holdover. especially since, as you say, you can do this:
NSString constants are of type NSConstantString, and NSConstantString
is a subclass of NSSimpleCString. According to the NSString.h header
file, NSSimpleCString uses signed chars. Each signed char can only hold
7 bits of data. My guess is this can't be changed without breaking a
lot of applications...
Nick Zitzmann
<http://www.chronosnet.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