PT-2023 Set out mode to utf8 (#523)

This commit is contained in:
Carlos Salguero
2021-11-18 14:41:35 -03:00
committed by GitHub
parent 60ed28ab31
commit a019907e6e

View File

@@ -9386,6 +9386,7 @@ use Percona::Toolkit;
use constant PTDEBUG => $ENV{PTDEBUG} || 0;
use sigtrap 'handler', \&sig_int, 'normal-signals';
binmode(STDOUT, "encoding(UTF-8)");
# Global variables. Only really essential variables should be here.
my $oktorun = 1;