Question #264950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264950
RaiMan posted a new comment: Thanks for feedback. After checking again about this behaviour: There MUST be some unicode characters be involved in your environment and startup sequence. The problem comes up at the edge between UTF-8 (Jython level) and UTF-16 (Java level) and according to the comments in the net is a common problem with implementations, that have to handle both worlds. According to the spec, the unicode points U+D800 to U+DFFF are invalid as single character (you always need 2 of them). So it surely is some Jython bug, that cannot arise with Jython 2.5, since this does not handle unicode internally at all. So this might be solved for you now, but I will turn it to a bug, to watch it further. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

