[wtr-general] Re: adding utf-8 character to text fields

2009-10-05 Thread Bret Pettichord
It will be 1.6.5. On Oct 3, 10:28 am, Jari Bakken jari.bak...@gmail.com wrote: Jari, can you please update the page? I am not sure what to do. Željko I've updated the page with an example of how to revert to the old behaviour. Since I'm not sure what version number the next Watir

[wtr-general] Re: adding utf-8 character to text fields

2009-10-03 Thread Jari Bakken
Jari, can you please update the page? I am not sure what to do. Željko I've updated the page with an example of how to revert to the old behaviour. Since I'm not sure what version number the next Watir version (which includes the switch to UTF-8) will have, I just put 1.X.X there for now.

[wtr-general] Re: adding utf-8 character to text fields

2009-10-02 Thread Željko Filipin
On Thu, Oct 1, 2009 at 8:36 PM, Jari Bakken jari.bak...@gmail.com wrote: Actually, UTF-8 is the default in Watir Jari, can you please update the page? I am not sure what to do. Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[wtr-general] Re: adding utf-8 character to text fields

2009-10-02 Thread Loft_Tester
This may cause issues for some of our test where we are using high ascii characters not encoded in UTF-8. All of our test are data driven through excel we may just have to change the values to be UTF-8 encoded. Is there any Idea when the next version of watir is due out On Oct 2, 8:07 am,

[wtr-general] Re: adding utf-8 character to text fields

2009-10-02 Thread Loft_Tester
I feel like I'm taking the short bus to wiki school. I believe I figured out how to add my example to the correct place but adding myself as a contributer of documentation is not going well at all. Would one of you guys give me a quick tutorial. That would be great thanks. On Oct 1, 10:42 am,

[wtr-general] Re: adding utf-8 character to text fields

2009-10-02 Thread Željko Filipin
On Fri, Oct 2, 2009 at 3:09 PM, Loft_Tester aaronr...@gmail.com wrote: adding myself as a contributer of documentation is not going well at all. Would one of you guys give me a quick tutorial. - log in to wiki - go to http://wiki.openqa.org/display/WTR/Contributors - click `Edit` (top lef) -

[wtr-general] Re: adding utf-8 character to text fields

2009-10-02 Thread Loft_Tester
Thanks that worked great On Oct 2, 9:33 am, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Fri, Oct 2, 2009 at 3:09 PM, Loft_Tester aaronr...@gmail.com wrote: adding myself as a contributer of documentation is not going well at all. Would one of you guys give me a quick tutorial.

[wtr-general] Re: adding utf-8 character to text fields

2009-10-01 Thread Loft_Tester
Ok, I tried to add this. Here is the link http://wiki.openqa.org/display/WTR/Adding+UTF-8+characters+to+text+fields. I do not see it appear in examples. not really sure what I may have done wrong. On Sep 30, 8:51 am, Loft_Tester aaronr...@gmail.com wrote: I'll give it a shot. Thanks  There is

[wtr-general] Re: adding utf-8 character to text fields

2009-10-01 Thread Željko Filipin
On Thu, Oct 1, 2009 at 4:30 PM, Loft_Tester aaronr...@gmail.com wrote: I do not see it appear in examples. Fixed. I have moved it from child of Examples page to child of Advanced Examples. Examples page is autogenerated, and shows only childen of it's children. Take a look at page source if you

[wtr-general] Re: adding utf-8 character to text fields

2009-10-01 Thread Jari Bakken
On Thu, Oct 1, 2009 at 4:42 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Thu, Oct 1, 2009 at 4:30 PM, Loft_Tester aaronr...@gmail.com wrote: I do not see it appear in examples. Fixed. Actually, UTF-8 is the default in Watir since this commit:

[wtr-general] Re: adding utf-8 character to text fields

2009-09-30 Thread Željko Filipin
Would you put this on our wiki? I guess the best place is in `Learning More`section. http://wiki.openqa.org/display/WTR/Learning+More There are a lot of people that have UTF-8 related problems. Please let me know if you need help with wiki. Željko -- http://watirpodcast.com/ On Tue, Sep 29,

[wtr-general] Re: adding utf-8 character to text fields

2009-09-30 Thread Loft_Tester
I'll give it a shot. Thanks There is a lot to know when working with UTF-8. On Sep 30, 4:09 am, Željko Filipin zeljko.fili...@wa-research.ch wrote: Would you put this on our wiki? I guess the best place is in `Learning More`section. http://wiki.openqa.org/display/WTR/Learning+More There

[wtr-general] Re: adding utf-8 character to text fields

2009-09-29 Thread Loft_Tester
Ok, I got this to work. Here is the code: require 'win32ole' require 'watir' WIN32OLE.codepage = WIN32OLE::CP_UTF8 #UTF-8 ### $Browser = nil ENV[watir_browser]=ie $Browser = Watir::Browser.new $Browser.goto www.google.com

[wtr-general] Re: adding utf-8 character to text fields

2009-09-28 Thread Loft_Tester
This link will give more information about the character including Scripting-language string http://www.isthisthingon.org/unicode/clipboard.php?add=25911 On Sep 28, 4:01 pm, Loft_Tester aaronr...@gmail.com wrote: I am trying to enter a japanese(UTF8) character into one of the fields on our web