← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #385878]: UnicodeEncodeError ( 'ascii' codec can't encode character u'\u2018' in position 1: ordinal not in range(128) )

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
apparently the returned text contains UTF-8/non-ASCII characters.

the normal print cannot be used in this case.

use 
uprint(text)

instead.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.