sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #28298
[Bug 1370420] [NEW] [1.1.0] Jython scripting: paste(utf-8 text) does not work --- workaround
Public bug reported:
***** workaround
use instead until fixed:
paste(unicode("тест", "utf8"))
--------------------------------------------------------
Trying to paste any cyrillic string in LinuxMint 17 XFCE inside Firefox results in something like that:
paste('тест') => тест
Tried regional settings RU/ENG, Firefox RU/ENG. Tried solution from here:
t='somestring'
paste(t).encode("UTF-8")) # hand it over with utf-8 encoding
(https://answers.launchpad.net/sikuli/+question/169226)
did not work for me either...
What else can be done?
** Affects: sikuli
Importance: Medium
Assignee: RaiMan (raimund-hocke)
Status: In Progress
** Changed in: sikuli
Status: New => In Progress
** Changed in: sikuli
Importance: Undecided => Medium
** Changed in: sikuli
Assignee: (unassigned) => RaiMan (raimund-hocke)
** Changed in: sikuli
Milestone: None => 1.2.0
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1370420
Title:
[1.1.0] Jython scripting: paste(utf-8 text) does not work ---
workaround
Status in Sikuli:
In Progress
Bug description:
***** workaround
use instead until fixed:
paste(unicode("тест", "utf8"))
--------------------------------------------------------
Trying to paste any cyrillic string in LinuxMint 17 XFCE inside Firefox results in something like that:
paste('тест') => тест
Tried regional settings RU/ENG, Firefox RU/ENG. Tried solution from here:
t='somestring'
paste(t).encode("UTF-8")) # hand it over with utf-8 encoding
(https://answers.launchpad.net/sikuli/+question/169226)
did not work for me either...
What else can be done?
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1370420/+subscriptions
Follow ups
References