Comment 1 for bug 1891848

Revision history for this message
RaiMan (raimund-hocke) wrote : Re: UnicodeEncodeError with OCR

The OCR/text feature indeed returns a unicode string.

This does not make problems with String operations (as you can see with your solution).

The only known problem comes up with the print statement, wich throws this error message, if the string contains non-ascii.

There is a SikuliX uprint() function instead, that can be used in such cases. It accepts comma separated parameters