From: Mario Ruiz Date: 2010-10-21T22:39:45+09:00 Subject: Re: web page encoding is there any way to get the correct characters from the website using text method in firewatir? I mean... if you do something like: txt=ff.text() puts txt what you have is something like: Vefur Myndir Þýða Updates Hópar Gmail iGoogle but if you run it as Debug on eclipse and you take a look at txt variable what you have is: Vefur Myndir Þýða Updates Hópar Gmail iGoogle So it is in the moment to print it out when it is not in the correct charset. Any ideas? -- Posted via http://www.ruby-forum.com/.