UTF-8 characters not displayed correctly on Windows

This commit is contained in:
Alessandro Ranellucci 2012-03-11 19:59:09 +01:00
parent c58eea1536
commit 30df2342d4

View file

@ -1,6 +1,7 @@
package Slic3r::GUI;
use strict;
use warnings;
use utf8;
use Slic3r::GUI::OptionsGroup;
use Slic3r::GUI::SkeinPanel;