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