← Back to team overview

sikuli-driver team mailing list archive

[Bug 1370420] Re: [1.1.0] Jython scripting: unicode strings: paste(utf-8 text) does not work --- workaround

 

** Changed in: sikuli
       Status: In Progress => Fix Released

** Summary changed:

- [1.1.0] Jython scripting: unicode strings: paste(utf-8 text) does not work --- workaround
+ Jython scripting: unicode strings: paste(utf-8 text) does not work --- workaround

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

Title:
  Jython scripting: unicode strings: paste(utf-8 text) does not work ---
  workaround

Status in Sikuli:
  Fix Released

Bug description:
  ***** workaround
  general aspects: see comment #1

  use instead until fixed:
  paste(ucode("тест"))

  which is convenience shortcut for
  paste(ucode("тест", "utf8"))

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

  Trying to paste any cyrillic string in LinuxMint 17 XFCE inside Firefox results in something like that:
  paste('тест') => тест

  Tried regional settings RU/ENG, Firefox RU/ENG. Tried solution from here:
  t='somestring'
  paste(t).encode("UTF-8")) # hand it over with utf-8 encoding
  (https://answers.launchpad.net/sikuli/+question/169226)

  did not work for me either...

  What else can be done?

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


References