]> git.sur5r.net Git - i3/i3/commitdiff
Deal with UTF8 in per-workspace-layout.pl. (#2997)
authorIngo Bürk <admin@airblader.de>
Thu, 28 Sep 2017 20:12:51 +0000 (22:12 +0200)
committerMichael Stapelberg <stapelberg@users.noreply.github.com>
Thu, 28 Sep 2017 20:12:51 +0000 (13:12 -0700)
fixes #2996

contrib/per-workspace-layout.pl

index 48590456af74561868a9225e8b3f368b4fcba7fc..4a2b4b9e2745e01edec43c87d6c3b2b4a21428be 100644 (file)
@@ -14,6 +14,7 @@ use warnings;
 use AnyEvent;
 use AnyEvent::I3;
 use v5.10;
+use utf8;
 
 my %layouts = (
     '4' => 'tabbed',