← Back to team overview

sikuli-driver team mailing list archive

[Bug 1974432] [NEW] Unicode isssues in 2.0.6

 

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



Follow ups