Re: URL Encoding
Re: URL Encoding
- Subject: Re: URL Encoding
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 31 Oct 2007 16:18:51 -0600
On Oct 31, 2007, at 4:07 PM, Mike Chambers wrote:
So, how should I url encode urls within Cocoa?
Do it again, but make sure you include all of the "tspecial"
characters in URL strings, which are:
()<>@,;:\"/[]?=
(note the space there at the end)
Also, there's an encoding method that was added to NSString in Tiger
which you might want to try...
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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
References: | |
| >URL Encoding (From: "Mike Chambers" <email@hidden>) |