← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #193332]: find word in some string

 

Question #193332 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/193332

    Status: Open => Answered

RaiMan proposed the following answer:
popup() has a problem with utf-8 characters (known problem).

this should work:

popup(infoText[1]).decode("utf-8"))

as you might have found out already:

popup("Física")

does not work either.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.