From 1167458acdd5ec1414a2f4fae9bc4996bd464482 Mon Sep 17 00:00:00 2001 From: YuSanka Date: Fri, 16 Feb 2018 09:38:03 +0100 Subject: [PATCH] Fixed converting of Unicode codepoint (\uXXXX) into a character in Perl. --- lib/Slic3r/GUI/Plater.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Slic3r/GUI/Plater.pm b/lib/Slic3r/GUI/Plater.pm index 4be5681a8..5b24a39d8 100644 --- a/lib/Slic3r/GUI/Plater.pm +++ b/lib/Slic3r/GUI/Plater.pm @@ -431,7 +431,7 @@ sub new { $print_info_sizer->Add($grid_sizer, 0, wxEXPAND); my @info = ( fil_m => "Used Filament (m)", - fil_mm3 => "Used Filament (mm\u00B3)", + fil_mm3 => "Used Filament (mm\x{00B3})", fil_g => "Used Filament (g)", cost => "Cost", time => "Estimated printing time",