Re: Handling framework exceptions/errors?
Re: Handling framework exceptions/errors?
- Subject: Re: Handling framework exceptions/errors?
- From: Jim Correia <email@hidden>
- Date: Sun, 29 Jun 2008 16:28:41 -0400
On Jun 29, 2008, at 4:17 PM, Sherm Pendley wrote:
On Sun, Jun 29, 2008 at 4:00 PM, Jens Alfke <email@hidden>
wrote:
Also, what do you mean by a URL containing Kanji characters?
I suppose he means one like this: <http://例え.テスト> -
which works
correctly in Safari, btw.
Safari is encoding the non-ASCII characters before passing them down
the to the networking stack.
URLs can only contain ASCII
Not true. Have a look at: <http://idn.icann.org>
NSURL's initWithString:relativeToBase: method is documented as
requiring an RFC 2396 conformant URL, which means that all non-ASCII
characters must be escaped.
Jim
_______________________________________________
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