eric5-api.py

changeset 45
9a18f4dbb493
parent 40
c2e5472b112c
child 107
918a6be6f051
--- a/eric5-api.py	Sun Jan 10 13:59:15 2010 +0000
+++ b/eric5-api.py	Sun Jan 10 19:19:52 2010 +0000
@@ -256,7 +256,7 @@
         if outdir and not os.path.exists(outdir):
             os.makedirs(outdir)
         try:
-            out = open(outputFile, "w")
+            out = open(outputFile, "w", encoding = "utf-8")
             out.write(os.linesep.join(sorted(apis)))
             out.close()
         except IOError as v:

eric ide

mercurial