Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Can printing of special caracters in the log be fixed?

If you have a question or need help, this is the place to be.
Post Reply
Mastiff
Experienced User
Posts: 872
Joined: Thu May 03, 2012 10:43 am

Can printing of special caracters in the log be fixed?

Post by Mastiff »

I didn't have room for "please" in the heading, but I do of course mean that! :mrgreen: If I run a print statement with ├© in it, it is shown as this

Code: Select all

14:11:12      ├â┬©
Is it possible to fix this? Please? :D
Mastiff
Experienced User
Posts: 872
Joined: Thu May 03, 2012 10:43 am

Re: Can printing of special caracters in the log be fixed?

Post by Mastiff »

Just to clarify: There are no problems with having an ├© in the name of a macro and then see that in the logger, it only seems to be the print statements that are messed up.
Aquila
Experienced User
Posts: 88
Joined: Wed Jan 28, 2015 2:49 am

Re: Can printing of special caracters in the log be fixed?

Post by Aquila »

Try:

Code: Select all

print u'├©'
Mastiff
Experienced User
Posts: 872
Joined: Thu May 03, 2012 10:43 am

Re: Can printing of special caracters in the log be fixed?

Post by Mastiff »

Interesting, thanks! I'll see if I can sneak that into my code.
Post Reply