From 367b5b21ff2aa72776d327286e6dd7fca9af59d8 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 30 Aug 2010 11:45:32 +0200 Subject: encoding fixes --- module/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/setup.py') diff --git a/module/setup.py b/module/setup.py index c1f449be4..937d7d91d 100644 --- a/module/setup.py +++ b/module/setup.py @@ -48,7 +48,7 @@ class Setup(): lang = self.ask("Choose your Language / Wähle deine Sprache", "en", ["en", "de"]) translation = gettext.translation("setup", join(self.path, "locale"), languages=[lang]) - translation.install(unicode=(True if sys.getfilesystemencoding().startswith("utf") else False)) + translation.install(True) print "" print _("Welcome to the pyLoad Configuration Assistent.") -- cgit v1.2.3