From: Mario Ruiz Date: 2010-10-26T20:43:08+09:00 Subject: Re: watir 1.6.5, ruby 1.8.7 and character encoding problem Now I'm trying the same thing for firefox or watir-wedbriver and the same problem there, no idea how to solve it for example try this and you will see that the result is not with the correct characters: require 'watir-webdriver' nav=Watir::Browser.new(:firefox) nav.goto("www.google.is") puts nav.text -- Posted via http://www.ruby-forum.com/.