← Back to team overview

sikuli-driver team mailing list archive

[Bug 784967] Re: X-1.0rc2: find window with accented characters (áéíóú) in the title

 

** Changed in: sikuli
    Milestone: 2.0.0 => 2.1.0

-- 
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:
  In Progress

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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/784967/+subscriptions


References