1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Set STDOUT to UTF-8

This commit is contained in:
Alessandro Ranellucci
2015-03-08 00:54:38 +01:00
parent 095391d702
commit 66824fd17e
+1
View File
@@ -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 = ();