← Back to team overview

sikuli-driver team mailing list archive

[Bug 1272911] Re: [1.0.1] paste() does not work correctly with diacritic characters

 

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

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

Title:
  [1.0.1] paste() does not work correctly with diacritic characters

Status in Sikuli:
  Confirmed

Bug description:
  **** workaround

  paste(unicode("éléphant\n", "utf8"))

  with version 1.0.1 there is a shortcut available: unicd(some_string)
  paste(unicd("éléphant\n"))

  -------------------------------------------------------

  Using windows7 and a french keyborad, I've tried :
    paste("éléphant\n")
  and the result is
    éléphant

  Reproducible in german locale.

  this should be solved more generally.

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


References