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.
2 parents e503389 + e5b5eca commit 0668f04Copy full SHA for 0668f04
lib/console.tcl
@@ -97,7 +97,7 @@ method exec {cmd {after {}}} {
97
lappend cmd 2>@1
98
set fd_f [_open_stdout_stderr $cmd]
99
}
100
- fconfigure $fd_f -blocking 0 -translation binary
+ fconfigure $fd_f -blocking 0 -translation binary -encoding [encoding system]
101
fileevent $fd_f readable [cb _read $fd_f $after]
102
103
0 commit comments