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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to