mirror of
https://github.com/ihabunek/toot
synced 2025-01-10 16:52:40 +01:00
Set urwid global encoding to UTF-8
so that many characters can be displayed
This commit is contained in:
parent
d90cd5b0df
commit
a76f4ae815
@ -15,6 +15,8 @@ from .utils import show_media
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
urwid.set_encoding('UTF-8')
|
||||
|
||||
|
||||
class Header(urwid.WidgetWrap):
|
||||
def __init__(self, app, user):
|
||||
|
Loading…
Reference in New Issue
Block a user