From: 7stud -- Date: 2007-09-20T16:31:56+09:00 Subject: Re: How to parse a unicode url? Robert Klemme wrote: >> which as far as I can tell means that URI.parse() is broken. > > I don't think so. There are invalid characters in the domain name (as > the exception indicates). > Can you identify which character is invalid in: http://www.h%C3%B6ren.co According to wikipedia, all those characters are valid for a uri. -- Posted via http://www.ruby-forum.com/.