--- a/QScintilla/Editor.py Sat Aug 29 15:41:05 2015 +0200 +++ b/QScintilla/Editor.py Sun Aug 30 19:21:37 2015 +0200 @@ -3056,6 +3056,7 @@ self.checkSyntax() self.extractTasks() self.__resetOnlineChangeTraceInfo() + self.__checkEncoding() return True else: self.lastModified = QFileInfo(fn).lastModified()