Here is a piece of code that represents the characters (╖Äïσ) properly
in IE.

require 'win32ole'
WIN32OLE.codepage = WIN32OLE::CP_UTF8

browser.text_field(:id, 'blah').value='my characters'

In Firefox, the characters in the text field are represented as: 记录阿里巴
巴

The above does not seem like a hex representation of those characters.
Any ideas on how to get this working correctly in Firefox and out of
curiosity, does anyone know what that represents?

Thanks,

Len

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to [email protected]
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to