Re: [Sikuli-driver] [Question #157971]: Find window by title with spanish characters (áéíóú)

2011-05-18 Thread RaiMan
Question #157971 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/157971 Status: Open = Answered RaiMan proposed the following answer: try calcApp = App(uConciliación) which makes the string a unicode string. -- You received this question notification because you are a

Re: [Sikuli-driver] [Question #157971]: Find window by title with spanish characters (áéíóú)

2011-05-18 Thread Ricardo Cardona Ramirez
Question #157971 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/157971 Ricardo Cardona Ramirez posted a new comment: Unfortunately your suggestion about accented characters did not work -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #157971]: Find window by title with spanish characters (áéíóú)

2011-05-18 Thread Ricardo Cardona Ramirez
Question #157971 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/157971 Linked to bug: #784967 https://bugs.launchpad.net/bugs/784967 X-1.0rc2: find window with accented characters (áéíóú) in the title -- You received this question notification because you are a

[Sikuli-driver] [Question #157971]: Find window by title with spanish characters (áéíóú)

2011-05-17 Thread Ricardo Cardona Ramirez
New question #157971 on Sikuli: https://answers.launchpad.net/sikuli/+question/157971 When find a window by title with Spanish characters a get: calcApp = App(Conciliación) if calcApp.window(): calcApp.focus() I get [debug] getWindow: null, the problem is the character ó used in the

Re: [Sikuli-driver] [Question #157971]: Find window by title with spanish characters (áéíóú)

2011-05-17 Thread Ricardo Cardona Ramirez
Question #157971 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/157971 Description changed to: When find a window by title with Spanish characters i get: calcApp = App(Conciliación) if calcApp.window(): calcApp.focus() I get [debug] getWindow: null, the problem is the