summaryrefslogtreecommitdiffstats
path: root/pyLoadCli.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadCli.py')
-rwxr-xr-xpyLoadCli.py2
1 files changed, 1 insertions, 1 deletions
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