n0bel / PiClock

A Fancy Clock built around a monitor and a Raspberry Pi
MIT License
566 stars 182 forks source link

Russian Cyrillic script not displaying correctly #153

Closed DancingVixen closed 5 years ago

DancingVixen commented 5 years ago

Shortly after getting this clock set-up I noticed it cannot display Cyrillic script for whatever reason. Instead of showing the Day of the week it shows non-sense invalid characters.

20190329_073433

This is supposed to say "Пятницу, Марта 29th 2019"

xenon462 commented 5 years ago

in PyQtPiClock.py line 127 add .decode ('utf-8')