We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a253b commit 376525eCopy full SHA for 376525e
src/tmuxp/util.py
@@ -37,6 +37,7 @@ def run_before_script(
37
cwd=cwd,
38
text=True,
39
errors="backslashreplace",
40
+ encoding="utf-8",
41
)
42
if proc.stdout is not None:
43
for line in iter(proc.stdout.readline, ""):
0 commit comments