From 72abfb455275546e110e4daf811480dd47ffceea Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 12 Aug 2010 22:44:41 +0200 Subject: improvements --- pyLoadCli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyLoadCli.py') diff --git a/pyLoadCli.py b/pyLoadCli.py index 426cf6370..4e97489c8 100755 --- a/pyLoadCli.py +++ b/pyLoadCli.py @@ -37,7 +37,7 @@ from module.ConfigParser import ConfigParser import codecs -sys.stdout = codecs.getwriter("unicode")(sys.stdout, errors = "replace") +sys.stdout = codecs.getwriter("utf8")(sys.stdout, errors = "replace") if sys.stdout.encoding.lower().startswith("utf"): conv = unicode -- cgit v1.2.3