sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #59281
[Bug 2049575] Re: [2.0.5] type(): Entering text in a non-English language does not work --- not possible
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
References