From: Ingo Bürk Date: Thu, 28 Sep 2017 20:12:51 +0000 (+0200) Subject: Deal with UTF8 in per-workspace-layout.pl. (#2997) X-Git-Tag: 4.15~60 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7a7481e5784fc4db9b5724c9d2755040f5a47fed;p=i3%2Fi3 Deal with UTF8 in per-workspace-layout.pl. (#2997) fixes #2996 --- diff --git a/contrib/per-workspace-layout.pl b/contrib/per-workspace-layout.pl index 48590456..4a2b4b9e 100644 --- a/contrib/per-workspace-layout.pl +++ b/contrib/per-workspace-layout.pl @@ -14,6 +14,7 @@ use warnings; use AnyEvent; use AnyEvent::I3; use v5.10; +use utf8; my %layouts = ( '4' => 'tabbed',