On Jun 29, 2008, at 4:17 PM, Sherm Pendley wrote:

On Sun, Jun 29, 2008 at 4:00 PM, Jens Alfke <[EMAIL PROTECTED]> 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 protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to