Preferences/__init__.py

changeset 107
918a6be6f051
parent 101
595f66b1fe93
child 130
fcce4cc20d95
--- a/Preferences/__init__.py	Sun Feb 07 13:42:06 2010 +0000
+++ b/Preferences/__init__.py	Sun Feb 07 14:18:01 2010 +0000
@@ -577,16 +577,10 @@
     })
 
     # defaults for system settings
-    if isWindowsPlatform():
-        sysDefaults = {
-            "StringEncoding" : "cp1251",
-            "IOEncoding"     : "cp1251",
-        }
-    else:
-        sysDefaults = {
-            "StringEncoding" : "utf-8",
-            "IOEncoding"     : "utf-8",
-        }
+    sysDefaults = {
+        "StringEncoding" : "utf-8",
+        "IOEncoding"     : "utf-8",
+    }
     
     # defaults for the shell settings
     shellDefaults = {

eric ide

mercurial