Skip to content

Commit

Permalink
Set urwid global encoding to UTF-8
Browse files Browse the repository at this point in the history
so that many characters can be displayed
  • Loading branch information
bearzk authored and ihabunek committed Sep 18, 2019
1 parent d90cd5b commit a76f4ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions toot/tui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

logger = logging.getLogger(__name__)

urwid.set_encoding('UTF-8')


class Header(urwid.WidgetWrap):
def __init__(self, app, user):
Expand Down

0 comments on commit a76f4ae

Please sign in to comment.