Set STDOUT to UTF-8

This commit is contained in:
Alessandro Ranellucci 2015-03-08 00:54:38 +01:00
parent 095391d702
commit 66824fd17e

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 = ();