I use Windows 7, and have two languages installed for my keyboard: English and Hebrew.
Whenever I use Watir to type into a text field: browser.text_field(:id=>"foo").value = "[email protected]" What gets filled in the text field is guyץr@dna-7ץcom ץ is the Hebrew character that would have been typed if my keyboard was set to Hebrew The other characters except for the dot are typed in English; and the error occurs on IE, FireFox and Chrome. This happens when I use quotes AND double quotes, and also with proper escape charactes (i.e. 'guy\[email protected]'). Any ideas about how can I fix this? -- -- 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] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
