Sorry, I have to correct:

workaround: use paste(u"some text with nonASCII like äüö")

if you want to type text at the current input field on the screen.

u"some text" signals that the string is UTF-8 encoded.

** Description changed:

+ workaround: use paste(u"some text äöü") 
+ if you want to type nonASCII-text at the current input field on the screen.
+ ---------------------------------------------------------------------------
+ 
  type("Cyrillic text")

** Summary changed:

- [2.0.5] type(): Entering text in a non-English language does not work --- not 
possible
+ [2.0.5] type(): Entering text in a non-English language does not work --- not 
possible --- workaround

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

Title:
  [2.0.5] type(): Entering text in a non-English language does not work
  --- not possible --- workaround

Status in SikuliX:
  Invalid

Bug description:
  workaround: use paste(u"some text äöü") 
  if you want to type nonASCII-text at the current input field on the screen.
  ---------------------------------------------------------------------------

  type("Cyrillic text")

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/2049575/+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

Reply via email to