IDE: Can't run single line containing non-ASCII - a bug
Asked by
Dimitri Conrozier
bug tracked at GitHub: https:/
-------
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\
Sikulix2.0.5-win
Win 10
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- SikuliX Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
To post a message you must log in.