Set STDOUT to UTF-8
This commit is contained in:
parent
095391d702
commit
66824fd17e
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ use POSIX qw(setlocale LC_NUMERIC);
|
|||
use Slic3r;
|
||||
use Time::HiRes qw(gettimeofday tv_interval);
|
||||
$|++;
|
||||
binmode STDOUT, ':utf8';
|
||||
|
||||
our %opt = ();
|
||||
my %cli_options = ();
|
||||
|
|
Loading…
Reference in a new issue