Re: NSURL question (not so easy (i think))
Re: NSURL question (not so easy (i think))
- Subject: Re: NSURL question (not so easy (i think))
- From: Sherm Pendley <email@hidden>
- Date: Thu, 30 May 2002 19:23:53 -0400
On Thursday, May 30, 2002, at 04:12 PM, Chris Szewzcyk wrote:
Have you tried surrounding the subject part with single-quotes or
double-quotes?
There is absolutely no need to try different various quoting methods -
the relevant internet standard, RFC 1738, details precisely how to
encode unsafe characters in URLs. There is no guesswork involved in this.
RFC 1738 also lists double-quotes as one of the many unsafe characters
that must be correctly escaped. Embedding double-quotes in the string
would not only fail to correct the problem, it would make it worse by
adding still more unsafe characters.
sherm--
Never put off until tomorrow what you can do today. There might be a law
against it by that time.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.