switchApp() doesn't support double-byte character - use unicode strings
Bug #630920 reported by
wcf
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SikuliX |
In Progress
|
Medium
|
RaiMan |
Bug Description
when I using the switchApp(), it doesn't support double-byte character.
=======
switchApp("project sikuli")
wait(5)
switchApp(
wait(5)
switchApp("英国")
wait(5)
popup("the end")
=======
Changed in sikuli: | |
status: | Confirmed → In Progress |
assignee: | nobody → RaiMan (raimund-hocke) |
Changed in sikuli: | |
importance: | Undecided → Low |
tags: | added: fkt-app |
Changed in sikuli: | |
importance: | Low → Medium |
milestone: | none → x1.1 |
Changed in sikuli: | |
milestone: | 1.1.0 → 1.2.0 |
Changed in sikuli: | |
milestone: | 2.0.0 → 2.1.0 |
To post a comment you must log in.
try to use unicode string u"sometext"