mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
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 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…
Add table
Add a link
Reference in a new issue