diff -r 080ace4829b4 -r d1d4d79b4f11 APIs/Python3/eric5.api --- a/APIs/Python3/eric5.api Mon Mar 17 19:11:48 2014 +0100 +++ b/APIs/Python3/eric5.api Mon Mar 17 19:58:45 2014 +0100 @@ -6943,7 +6943,7 @@ eric5.QScintilla.Editor.Editor.projectClosed?4() eric5.QScintilla.Editor.Editor.projectLexerAssociationsChanged?4() eric5.QScintilla.Editor.Editor.projectOpened?4() -eric5.QScintilla.Editor.Editor.readFile?4(fn, createIt=False) +eric5.QScintilla.Editor.Editor.readFile?4(fn, createIt=False, encoding="") eric5.QScintilla.Editor.Editor.readSettings?4() eric5.QScintilla.Editor.Editor.receive?4(command) eric5.QScintilla.Editor.Editor.redo?4() @@ -8636,6 +8636,7 @@ eric5.Utilities.pyflakes.translations._messages?8 eric5.Utilities.pyflakes.translations.getTranslatedFlakesMessage?4(message_id, message_args) eric5.Utilities.readEncodedFile?4(filename) +eric5.Utilities.readEncodedFileWithEncoding?4(filename, encoding) eric5.Utilities.readEncodedFileWithHash?4(filename) eric5.Utilities.readStringFromStream?4(stream) eric5.Utilities.relpath?4(path, start=os.path.curdir)