sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #02905
[Bug 784967] [NEW] X-1.0rc2: find window with accented characters (áéíóú) in the title
Public bug reported:
Win7, Win2003, WinXP
The next script fail to find window:
calcApp = App("Conciliación")
if calcApp.window():
calcApp.focus()
I get "[debug] getWindow: null", the problem is the character "ó",
I tried "calcApp = App(u"Conciliación")" but it did not work.
** Affects: sikuli
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/784967
Title:
X-1.0rc2: find window with accented characters (áéíóú) in the title
Status in Sikuli:
New
Bug description:
Win7, Win2003, WinXP
The next script fail to find window:
calcApp = App("Conciliación")
if calcApp.window():
calcApp.focus()
I get "[debug] getWindow: null", the problem is the character "ó",
I tried "calcApp = App(u"Conciliación")" but it did not work.
Follow ups
References