eric5-api.py

changeset 107
918a6be6f051
parent 45
9a18f4dbb493
child 188
98eb4145b4e4
diff -r 94c7385cf685 -r 918a6be6f051 eric5-api.py
--- a/eric5-api.py	Sun Feb 07 13:42:06 2010 +0000
+++ b/eric5-api.py	Sun Feb 07 14:18:01 2010 +0000
@@ -118,12 +118,6 @@
     progLanguages = []
     extensions = []
 
-    # Set the applications string encoding
-    try:
-        sys.setappdefaultencoding(str(Preferences.getSystem("StringEncoding")))
-    except AttributeError:
-        pass
-
     for k, v in opts:
         if k in ["-o", "--output"]:
             outputFileName = v

eric ide

mercurial