On 11 Jan 2014, at 12:01 PM, Quincey Morris
wrote:
> Time to learn Command-Shift-O!
Thanks! I was option-clicking, but that was coming up empty.
--
Shane Stanley
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin r
On Jan 10, 2014, at 4:41 PM, Shane Stanley wrote:
> The Mavericks Foundation release notes say:
>
>> Added -stringByAddingPercentEncodingWithAllowedCharacters: and
>> -stringByRemovingPercentEncoding.
>> -stringByAddingPercentEncodingWithAllowedCharacters: is intended to
>> percent-encode an U
On Jan 10, 2014, at 16:41 , Shane Stanley wrote:
> I can't see the NSString methods in NSString.h, and the "predefined
> NSCharacters sets" aren't listed in the class reference for NSCharacterSet,
> nor in NSCharacterSet.h. Anyone know where they live?
Time to learn Command-Shift-O!
The Mavericks Foundation release notes say:
> Added -stringByAddingPercentEncodingWithAllowedCharacters: and
> -stringByRemovingPercentEncoding.
> -stringByAddingPercentEncodingWithAllowedCharacters: is intended to
> percent-encode an URL component or subcomponent string, NOT the entire URL
>