Question #254595 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/254595
RaiMan proposed the following answer:
# comment #4 (rss)
At least for the Jython environment this is not true yet:
even with the mentioned patch in 1.1.0, simply
paste("тест")
does not work. you still need to use
paste(unicode("тест", "utf8"))
to hand over a unicode string down to the Java level, which then is pasted
correctly.
… and this works in 1.0.1 as well, that does not have the patch.
I think I make it a bug and track it down further, when I get to the
revision of the clipboard handling and the general use of unicode
strings.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp