mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-02 18:45:57 +00:00
PT-2023 Set out mode to utf8 (#523)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user