From: Ray Chen Date: 2006-08-16T02:52:18+09:00 Subject: Re: _ in URI subdomain problem I think I found the answer in URI.escape after discovering the goldmine that is the searchable Ruby list. http://blade.nagaokaut.ac.jp/ruby/ruby-talk/index.shtml#ruby_talk Aredridel wrote: >> The code uses URI.parse for URI parsing and Net::HTTP for page >> retrieval. Currently the code breaks at the URI.parse. Will it suffice >> just to rewrite the URI.parse or do I need to find an alternative to >> Net::HTTP as well? > > Should be able to extend URI.parse and have it work there. Good luck! -- Posted via http://www.ruby-forum.com/.