--- 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: