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

Bug #2049575 reported by lemonia
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SikuliX
Invalid
Undecided
RaiMan

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")

Revision history for this message
lemonia (russianbear77) wrote :
Revision history for this message
lemonia (russianbear77) wrote :

sikulixide-2.0.5-win.jar
jython-standalone-2.7.1.jar

Revision history for this message
lemonia (russianbear77) wrote :

Windows 10

Revision history for this message
lemonia (russianbear77) wrote :

Scrinshot2

Revision history for this message
RaiMan (raimund-hocke) wrote :

type() until 2.0.5 only supports input that can be produced on a US-keyboard-layout.

workaround: use paste() if you want to type text at the current input field on the screen.

Changed in sikuli:
status: New → Invalid
assignee: nobody → RaiMan (raimund-hocke)
summary: - Entering text in a non-English language does not work
+ [2.0.5] type(): Entering text in a non-English language does not work
+ --- not possible
Revision history for this message
lemonia (russianbear77) wrote : Re: [2.0.5] type(): Entering text in a non-English language does not work --- not possible

Sorry, but I couldn't get the result right. Please look at the screenshot.

Revision history for this message
RaiMan (raimund-hocke) wrote :

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: updated
summary: [2.0.5] type(): Entering text in a non-English language does not work
- --- not possible
+ --- not possible --- workaround
Revision history for this message
lemonia (russianbear77) wrote :

Thank you.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.