Skip to content
Snippets Groups Projects
Commit 78757e63 authored by Paierl, Michael's avatar Paierl, Michael
Browse files

changed encoding to utf-8

parent a2578aa3
No related branches found
No related tags found
No related merge requests found
...@@ -140,7 +140,7 @@ def intervals_to_textgrid(intervals: list[tgt.core.Interval], ...@@ -140,7 +140,7 @@ def intervals_to_textgrid(intervals: list[tgt.core.Interval],
textgrid.add_tier(interval_tier) textgrid.add_tier(interval_tier)
tgt.io.write_to_file(textgrid, result_path) tgt.io.write_to_file(textgrid, result_path, encoding="utf-8")
if verbose: if verbose:
print(f"Wrote textgrid at {Path(result_path).resolve()}") print(f"Wrote textgrid at {Path(result_path).resolve()}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment