diff --git a/plugins/Later/plugin.py b/plugins/Later/plugin.py index 0df851ad6..e38c05e17 100644 --- a/plugins/Later/plugin.py +++ b/plugins/Later/plugin.py @@ -71,7 +71,7 @@ class Later(callbacks.Plugin): def _openNotes(self): try: - fd = open(self.filename) + fd = open(self.filename, encoding='utf8') except EnvironmentError as e: self.log.warning('Couldn\'t open %s: %s', self.filename, e) return