--- a/Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py Sat Oct 19 15:15:50 2013 +0200 +++ b/Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py Sat Oct 19 16:14:07 2013 +0200 @@ -187,8 +187,8 @@ while self.process.canReadLine(): s = str(self.process.readLine(), - Preferences.getSystem("IOEncoding"), - 'replace') + Preferences.getSystem("IOEncoding"), + 'replace') if self.rx_path.exactMatch(s): if self.lastProp: self.__generateItem( @@ -216,7 +216,7 @@ if self.process is not None: self.errorGroup.show() s = str(self.process.readAllStandardError(), - Preferences.getSystem("IOEncoding"), - 'replace') + Preferences.getSystem("IOEncoding"), + 'replace') self.errors.insertPlainText(s) self.errors.ensureCursorVisible()