Re: stringByAddingPercentEncodingWithAllowedCharacters: and friends

2014-01-10 Thread Shane Stanley
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

Re: stringByAddingPercentEncodingWithAllowedCharacters: and friends

2014-01-10 Thread Greg Parker
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

Re: stringByAddingPercentEncodingWithAllowedCharacters: and friends

2014-01-10 Thread Quincey Morris
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!

stringByAddingPercentEncodingWithAllowedCharacters: and friends

2014-01-10 Thread Shane Stanley
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 >