summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--locale/cs/LC_MESSAGES/setup.mobin11436 -> 11394 bytes
-rwxr-xr-xpyLoadCore.py6
2 files changed, 3 insertions, 3 deletions
diff --git a/locale/cs/LC_MESSAGES/setup.mo b/locale/cs/LC_MESSAGES/setup.mo
index 786cad671..91ab321ec 100644
--- a/locale/cs/LC_MESSAGES/setup.mo
+++ b/locale/cs/LC_MESSAGES/setup.mo
Binary files differ
diff --git a/pyLoadCore.py b/pyLoadCore.py
index aa8e649a9..25d623df6 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -18,9 +18,9 @@
@author: sebnapi
@author: RaNaN
@author: mkaay
- @version: v0.4.8
+ @version: v0.4.9
"""
-CURRENT_VERSION = '0.4.8'
+CURRENT_VERSION = '0.4.9'
import __builtin__
@@ -58,7 +58,7 @@ from module.utils import freeSpace, formatSize
from codecs import getwriter
if os.name == "nt":
- enc = "cp850"
+ enc = sys.stdout.encoding
else:
enc = "utf8"