UTF-8 Error
-----------

                 Key: WTR-479
                 URL: http://jira.openqa.org/browse/WTR-479
             Project: Watir
          Issue Type: Bug
          Components: FireWatir
    Affects Versions: 1.8.0
         Environment: ruby 1.9.2p136 (2010-12-25 revision 30365) 
[x86_64-darwin10.6.0]
            Reporter: Sokolov Ilya
            Priority: Major
             Fix For: Soon


{quote}
# encoding: UTF-8
require "watir"
b = Watir::Browser.new()
b.goto("http://ya.ru";)
t = b.text_field(:id, "text")
t.set "привет"
{quote}

Create error
{quote}
Encoding::CompatibilityError: incompatible character encodings: ASCII-8BIT and 
UTF-8

method block in doKeyPress      in text_field.rb 
method each     in text_field.rb 
method doKeyPress       in text_field.rb 
method set      in text_field.rb 
method <main>   in test.rb 
{quote}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.openqa.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development

Reply via email to