From bf0f9daf3c53543536f2f321607506af0ed781b4 Mon Sep 17 00:00:00 2001 From: Andrew Psaltis Date: Sat, 21 Feb 2009 01:17:59 -0500 Subject: [PATCH] Force utf8 encoding in wicd-curses.py. Hopefully this won't break compat on non-utf8 consoles. --- curses/wicd-curses.py | 1 + 1 file changed, 1 insertion(+) diff --git a/curses/wicd-curses.py b/curses/wicd-curses.py index 488107a..0428085 100644 --- a/curses/wicd-curses.py +++ b/curses/wicd-curses.py @@ -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():