← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #707123]: IDE: Can't run single line containing non-ASCII - a bug

 

Question #707123 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/707123

Summary changed to:
IDE: Can't run single line containing non-ASCII - a bug

Description changed to:
bug tracked at GitHub: https://github.com/RaiMan/SikuliX1/issues/591
-----------------------------------------------------------------------------------------------------------

Hi !
Problem with this code ;

a="tést"
b="test"
print(b)
print(a)
print("tést")

When i run it all (CTRL+R), everything print normaly (output is "test tést tést").
But when i run only the last line (CTRL+MAJ+R) i've got this error :

[error] JythonRunner: runPython: (
print("tést")
) raised: SyntaxError: Illegal character in file '<string>' for encoding 'utf-8'

How can i fix this ? Thanks !

Path to file is : "C:\Users\xnyb537\Documents\workspace\Git\sikulix_sytm\scenarii\test.sikuli\test.py"
Sikulix2.0.5-win
Win 10

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