Re: [Sikuli-driver] [Question #707123]: [utf-8] Can't print single sentence

2023-07-26 Thread RaiMan
Question #707123 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/707123 RaiMan proposed the following answer: With the IDE feature RunSelection the ute-8 specification is not automatically prepended (as with running the full script). This is a bug. Instead of print() use

Re: [Sikuli-driver] [Question #707123]: [utf-8] Can't print single sentence

2023-07-12 Thread RaiMan
Question #707123 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/707123 Status: Open => Answered RaiMan changed the question status: still under investigation -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX.

Re: [Sikuli-driver] [Question #707123]: [utf-8] Can't print single sentence

2023-07-12 Thread RaiMan
Question #707123 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/707123 Status: Expired => Open RaiMan changed the question status: still under investigation -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX.

Re: [Sikuli-driver] [Question #707123]: [utf-8] Can't print single sentence

2023-07-12 Thread Launchpad Janitor
Question #707123 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/707123 Status: Open => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

[Sikuli-driver] [Question #707123]: [utf-8] Can't print single sentence

2023-06-27 Thread Dimitri Conrozier
New question #707123 on SikuliX: https://answers.launchpad.net/sikuli/+question/707123 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