sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #01057
[Bug 702261] Re: [request] paste() should support unicode strings
paste() supports UTF-8 strings. The following code works for me.
App.focus("notepad")
sleep(1)
str = "中文"
paste(str)
** Changed in: sikuli
Status: New => Invalid
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/702261
Title:
[request] paste() should support unicode strings
Status in Sikuli:
Invalid
Bug description:
it seems, that paste() does not support unicode strings.
References