Re: [Sikuli-driver] [Question #156443]: how to use the paste function to input chinese

2011-05-08 Thread RaiMan
Question #156443 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/156443 Status: Open = Answered RaiMan proposed the following answer: I confirm, that your approach does not solve the problem. But since I know, that it works in the Sikuli IDE, I had a look at the sources to

Re: [Sikuli-driver] [Question #156443]: how to use the paste function to input chinese

2011-05-08 Thread coldtest
Question #156443 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/156443 Status: Answered = Open coldtest is still having a problem: Thanks you soo much ,RaiMan , I resoved the problem as your suggestion , at first ,I modify the jython.bat as : set

Re: [Sikuli-driver] [Question #156443]: how to use the paste function to input chinese

2011-05-08 Thread coldtest
Question #156443 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/156443 coldtest posted a new comment: I'm sorry to make a mistake because I'm too exciting . the correct change of code is : at second , I modify the test.py : modify the sentence : seach_key = u'梅西' to

Re: [Sikuli-driver] [Question #156443]: how to use the paste function to input chinese

2011-05-08 Thread coldtest
Question #156443 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/156443 Status: Open = Solved coldtest confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers,

[Sikuli-driver] [Question #156443]: how to use the paste function to input chinese

2011-05-07 Thread coldtest
New question #156443 on Sikuli: https://answers.launchpad.net/sikuli/+question/156443 I used the paste function to input the chinese to notepad in jruby script ,but it can't be correct in the notepad. they are distorted Character Code , the script as follow: require 'rubygems' require 'java'