sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #00417
[Bug 612852] Re: openApp() does not support chinese characters - use unicode strings
*** This bug is a duplicate of bug 630920 ***
https://bugs.launchpad.net/bugs/630920
** Summary changed:
- openApp()did not support chinese characters
+ openApp() does not support chinese characters - use unicode strings
** Changed in: sikuli
Status: New => Confirmed
** This bug has been marked a duplicate of bug 630920
switchApp() doesn't support double-byte character.
* You can subscribe to bug 630920 by following this link: https://bugs.launchpad.net/sikuli/+bug/630920/+subscribe
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/612852
Title:
openApp() does not support chinese characters - use unicode strings
Status in Sikuli:
Confirmed
Bug description:
when i use the fuction like
openApp("D:\\Program Files\\Netease\\网易闪电邮\\Start.exe")
the return value of the openApp() is -1
I thought it can not start the application if the parameter contains chinese characters.
when i change the sentece to openApp("D:\\Program
Files\\eMule\\emule.exe"),it works well.