Сan not paste Russian letters

Asked by vasiliy

In sikulix 1.1.3 I try to paste some russian letters in text field.

But i see something like this: йÑ??Ñ??к in text field.

I used Jython 2.7.0 and 2.5.4 both with the same result.
I got this result in two different PC.

P.S. earlier I used Sikuli-r930-win32 and it this worked good.

P.P.S. I used command like this: paste('йцуу')

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
vasiliy
Solved:
Last query:
Last reply:
Revision history for this message
vasiliy (prusov) said :
#1

Problem solved
I used:
paste(unicode('йцуке',"utf8"))

Revision history for this message
RaiMan (raimund-hocke) said :
#2

yes, you got it ;-)

a shortcut is available:
paste(unicd('йцуке'))