diff --git a/rebabel_format/processes/export.py b/rebabel_format/processes/export.py index cb29493..9e6d447 100644 --- a/rebabel_format/processes/export.py +++ b/rebabel_format/processes/export.py @@ -20,5 +20,5 @@ def run(self): self.mappings[0], self.mappings[1], self.conf, self.other_args, query_updates=self.query_updates) - with open(self.outfile, 'w') as fout: + with open(self.outfile, 'w', encoding='utf-8') as fout: writer.write(fout)