mirror of
https://github.com/gryf/wicd.git
synced 2026-01-03 12:24:14 +01:00
Force utf8 encoding in wicd-curses.py. Hopefully this won't break compat on non-utf8 consoles.
This commit is contained in:
@@ -896,6 +896,7 @@ def main():
|
||||
('bold','white','black','bold')])
|
||||
# This is a wrapper around a function that calls another a function that is a
|
||||
# wrapper around a infinite loop. Fun.
|
||||
urwid.set_encoding('utf8')
|
||||
ui.run_wrapper(run)
|
||||
|
||||
def run():
|
||||
|
||||
Reference in New Issue
Block a user