sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #04866
Re: [Question #169226]: Cyrillic sumbol in function paste()
Question #169226 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/169226
Status: Open => Answered
RaiMan proposed the following answer:
the following should work:
t = u"сабвей отзывы" # a unicode string
paste(t.encode("UTF-8")) # hand it over with utf-8 encoding
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.