From bf0f9daf3c53543536f2f321607506af0ed781b4 Mon Sep 17 00:00:00 2001 From: Andrew Psaltis Date: Sat, 21 Feb 2009 01:17:59 -0500 Subject: [PATCH 1/2] 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(): From 117240c7cdec195d52027f14b3480fe09e24a96d Mon Sep 17 00:00:00 2001 From: Andrew Psaltis Date: Sat, 21 Feb 2009 01:23:29 -0500 Subject: [PATCH 2/2] Added the translations to .bzrignore (hopefully that is all of it). --- .bzrignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.bzrignore b/.bzrignore index e5f1d99..4521dc6 100644 --- a/.bzrignore +++ b/.bzrignore @@ -21,4 +21,5 @@ other/postinst scripts/wicd scripts/wicd-client scripts/wicd-curses +translations/* wicd/wpath.py