Re: [Sikuli-driver] [Question #695871]: [2.0.5] Linux: App.Open(some.sh) does not work and hangs

2022-05-20 Thread Roderick Nelson
Question #695871 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/695871

Roderick Nelson proposed the following answer:
Thank you for this

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
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


[Sikuli-driver] [Bug 1974432] [NEW] Unicode isssues in 2.0.6

2022-05-20 Thread cgsdk
Public bug reported:

using: sikulixidewin-2.0.6-20220409.135013-14.jar

notepad text:
öÖabcüã

-

code:

App.focus("Notepad")
type('a',KeyModifier.CTRL)
wait(1)
type('c',KeyModifier.CTRL) 
wait(1)
stdout=str(Env.getClipboard().encode('utf-8'))

uprint(stdout)
uprint("BØR")
print (stdout)
print ("BØR")
-

2.0.6. result:
öÖabcüã
BØR
öÖabcüã
BØR
[info] Exit code: 0

---

2.0.4 result:
[log] ( Ctrl )  TYPE "a"
[log] ( Ctrl )  TYPE "c"
[info] Exit code: 0
öÖabcüã
BØR
öÖabcüã
BØR

** Affects: sikuli
 Importance: Undecided
 Status: New

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

Title:
  Unicode isssues in 2.0.6

Status in SikuliX:
  New

Bug description:
  using: sikulixidewin-2.0.6-20220409.135013-14.jar

  notepad text:
  öÖabcüã

  -

  code:

  App.focus("Notepad")
  type('a',KeyModifier.CTRL)
  wait(1)
  type('c',KeyModifier.CTRL) 
  wait(1)
  stdout=str(Env.getClipboard().encode('utf-8'))

  uprint(stdout)
  uprint("BØR")
  print (stdout)
  print ("BØR")
  -

  2.0.6. result:
  öÖabcüã
  BØR
  öÖabcüã
  BØR
  [info] Exit code: 0

  ---

  2.0.4 result:
  [log] ( Ctrl )  TYPE "a"
  [log] ( Ctrl )  TYPE "c"
  [info] Exit code: 0
  öÖabcüã
  BØR
  öÖabcüã
  BØR

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


___
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