← Back to team overview

sikuli-driver team mailing list archive

[Bug 630920] Re: when I using the switchApp(), it doesn't support double-byte character.

 

try to use unicode string u"sometext"

** Summary changed:

- when I using the switchApp(), it doesn't support double-byte character.
+ switchApp() doesn't support double-byte character.

** Changed in: sikuli
       Status: New => Confirmed

** Summary changed:

- switchApp() doesn't support double-byte character.
+ switchApp() doesn't support double-byte character - use unicode strings

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/630920

Title:
  switchApp() doesn't support double-byte character - use unicode
  strings

Status in Sikuli:
  Confirmed

Bug description:
  when I using the switchApp(), it doesn't support double-byte character.
  ======================================
  switchApp("project sikuli")
  wait(5)
  switchApp("reference-0.10")
  wait(5)
  switchApp("英国")
  wait(5)
  popup("the end")
  ======================================