>>>>> "S" == Stephen Steiner <ssteiner / mac.com> writes: S> Safari (OS X) gives me this: S> Too many redirects occurred trying to open 塗ttp://www.ruby-lang.org/ S> This might occur if you open a page that is redirected to open another S> page which then is redirected to open the original page. svg% ruby -rnet/http -e 'Net::HTTP.get_print("www.ruby-lang.org", "/")' <html> <head><title>ruby-lang.org</title></head> <body> <h1>ruby-lang.org</h1> <p> This site is temporary down for maintenance, sorry. </p> <p> ただいま臨時メンテナンス中です。ごめんなさい。 </p> </body> </html> svg% Guy Decoux