← Back to team overview

sikuli-driver team mailing list archive

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.