diff -r 94c7385cf685 -r 918a6be6f051 eric5-doc.py --- a/eric5-doc.py Sun Feb 07 13:42:06 2010 +0000 +++ b/eric5-doc.py Sun Feb 07 14:18:01 2010 +0000 @@ -169,12 +169,6 @@ qtHelpTitle = "" qtHelpCreateCollection = False - # Set the applications string encoding - try: - sys.setappdefaultencoding(str(Preferences.getSystem("StringEncoding"))) - except AttributeError: - pass - for k, v in opts: if k in ["-o", "--outdir"]: outputDir = v