Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2015-03-08 02:54:38 +0300
committerAlessandro Ranellucci <aar@cpan.org>2015-03-08 02:54:38 +0300
commit66824fd17e6a7fb8da9cbbe60cc5dff8d38589a0 (patch)
treeb6783d38a94e3f79a347bb97e561554306e1ed33 /slic3r.pl
parent095391d702975dae1126229e7f0c1c1968fe2514 (diff)
Set STDOUT to UTF-8
Diffstat (limited to 'slic3r.pl')
-rwxr-xr-xslic3r.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/slic3r.pl b/slic3r.pl
index ede37dbc0..11c0e2bca 100755
--- a/slic3r.pl
+++ b/slic3r.pl
@@ -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 = ();