Does Ruby interrupt character sets differently? running the same line in Selenium works just fine.
On Friday, August 24, 2012 1:07:00 PM UTC-5, Clayton Havens wrote: > > I did.. the magic comments (below) did not work for me and in each case > return invalid multibyte char (UTF-8) for *ie.text_field(:name, > "title").value == "ÞæßãðûĄĈ UTF8 Test - Clone "* > > #!/usr/bin/env ruby -w > # encoding: UTF-8 > > > or one of the following > > # encoding: UTF-8 > > # coding: UTF-8 > > # -*- coding: UTF-8 -*- > > > > > On Friday, August 24, 2012 10:55:54 AM UTC-5, Željko Filipin wrote: >> >> On Fri, Aug 24, 2012 at 5:44 PM, Clayton Havens <[email protected]> >> wrote: >> > I am using Ruby 1.9.3 currently >> >> Did you read this? >> >> http://blog.grayproductions.net/articles/ruby_19s_three_default_encodings >> >> Željko >> > -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
