Re: NSURL fileURLWithPath doesn't produce a valid URL
Re: NSURL fileURLWithPath doesn't produce a valid URL
- Subject: Re: NSURL fileURLWithPath doesn't produce a valid URL
- From: Alexander Bokovikov <email@hidden>
- Date: Fri, 31 Jul 2009 15:23:50 +0600
On 31.07.2009, at 14:57, Dave Keck wrote:
I'm confused:
NSLog(@"%@", CFURLCreateStringByAddingPercentEscapes(nil,
CFSTR("http://www.example.com?a+b & c = d"), nil, CFSTR("+=&"),
kCFStringEncodingUTF8));
That doesn't do what you want?
I've misunderstood. It was said "do it yourself" in the previous
answer, but not "use CFURLCreateStringByAddingPercentEscapes with the
necessary characters, included into the fourth argument", so I thought
this function doesn't do what I need. Of course, I was not too careful
when I read its description, where it was said, that fourth argument
is just for my case.
Thanks.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden