Re: -[NSURL path] returning nil
Re: -[NSURL path] returning nil
- Subject: Re: -[NSURL path] returning nil
- From: Nir Soffer <email@hidden>
- Date: Sun, 27 Aug 2006 07:28:58 +0300
On Aug 25, 2006, at 11:27 PM, Tomas Franzén wrote:
When I query an NSURL for its path, it returns nil. The reason
seems to be that the URL contains "ä" (the character 'ä'). The
docs say that -[NSURL path] returns nil if the URL doesn't conform
to RFC 1808, but as far as I can tell, this URL should be valid:
NSURL assume UTF-8 encoding when it decode percent escapes. ä should
be encoded as ä.
Best Regards,
Nir Soffer
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden