eric5.py

changeset 107
918a6be6f051
parent 97
c4086afea02b
child 128
13e96bd0f5a5
--- a/eric5.py	Sun Feb 07 13:42:06 2010 +0000
+++ b/eric5.py	Sun Feb 07 14:18:01 2010 +0000
@@ -207,12 +207,6 @@
     if len(sys.argv) > 1:
         args = sys.argv[1:]
     
-    # Set the applications string encoding
-    try:
-        sys.setappdefaultencoding(Preferences.getSystem("StringEncoding"))
-    except AttributeError:
-        pass
-    
     # get the Qt4 translations directory
     qt4TransDir = Preferences.getQt4TranslationsDir()
     if not qt4TransDir:

eric ide

mercurial