This commit is contained in:
Luxferre
2026-08-09 13:39:28 +03:00
parent c0d7573d70
commit 88dd9dfef5
2 changed files with 2 additions and 6 deletions
+1 -5
View File
@@ -10,11 +10,7 @@ $SIG{__WARN__} = sub {
warn $m;
};
# Make STDOUT/STDERR UTF-8 aware so decoded Unicode (model output, tool
# results) prints cleanly instead of triggering "Wide character in print"
binmode(STDOUT, ':encoding(UTF-8)');
binmode(STDERR, ':encoding(UTF-8)');
binmode(STDIN, ':encoding(UTF-8)');
binmode(STDOUT, ':encoding(UTF-8)');binmode(STDERR, ':encoding(UTF-8)');binmode(STDIN, ':encoding(UTF-8)');
$| = 1; # unbuffered output: live spinner, responsive prompt