sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #02676
Re: [Question #156443]: how to use the paste function to input chinese
Question #156443 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/156443
Status: Open => Answered
RaiMan proposed the following answer:
I am not the expert in JRuby.
But: You have to make sure, that the string is a unicode string, if it
is not plain ASCII, when using paste().
In Python (Sikuli script) you would have to write
paste(u"some-unicode-characters")
hope it helps.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.