sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #11376
Re: [Question #169226]: Cyrillic sumbol in function paste()
Question #169226 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/169226
SoulLinker posted a new comment:
source file must be cp1251 encoding
type
# coding=cp1251
in first line
some_string = u'Абракадабра'
paste(some_string)
works for me :P
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.