View Single Post
Posts: 277 | Thanked: 319 times | Joined on Jan 2010
#953
Originally Posted by Mikkosssss View Post
Billboard doesnt know that character so its only square.
If you type in BB

Code:
{script:echo -ne \xF0\x9F\x94\x93}
...the result is a box? Then your font doesn't support it.

Originally Posted by Schturman View Post
Thank you very much ! Now it work again
But now I see year in the second line.. In previous version of script (when it worked) it shown year also in the first line with day of week, date, name of month..
Can i somehow get the year in the first line too ?
Thanks
Use stdout instead of print to get rid of the new line or print the year in the script with:

Code:
datetime.now().year
 

The Following User Says Thank You to slarti For This Useful Post: