mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-19 17:18:09 +08:00
Set STDOUT to UTF-8
This commit is contained in:
parent
095391d702
commit
66824fd17e
@ -15,6 +15,7 @@ use POSIX qw(setlocale LC_NUMERIC);
|
|||||||
use Slic3r;
|
use Slic3r;
|
||||||
use Time::HiRes qw(gettimeofday tv_interval);
|
use Time::HiRes qw(gettimeofday tv_interval);
|
||||||
$|++;
|
$|++;
|
||||||
|
binmode STDOUT, ':utf8';
|
||||||
|
|
||||||
our %opt = ();
|
our %opt = ();
|
||||||
my %cli_options = ();
|
my %cli_options = ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user