eric5-doc.py

changeset 107
918a6be6f051
parent 97
c4086afea02b
child 188
98eb4145b4e4
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

eric ide

mercurial