--- a/QScintilla/Exporters/ExporterHTML.py Sun Jan 10 13:59:15 2010 +0000 +++ b/QScintilla/Exporters/ExporterHTML.py Sun Jan 10 19:19:52 2010 +0000 @@ -73,7 +73,7 @@ styleIsUsed[QsciScintilla.STYLE_DEFAULT] = True try: - f = open(filename, "w") + f = open(filename, "w", encoding = "utf-8") f.write( '''<!DOCTYPE html PUBLIC "-//W3C//DTD'''