From 520554b944b29c6385990fafef0e1a153fba20dd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Mare=C5=A1?= Date: Sat, 14 Feb 2026 18:27:11 +0100 Subject: [PATCH] show-switch: utf8 --- show-switch | 1 + 1 file changed, 1 insertion(+) diff --git a/show-switch b/show-switch index 1079000..1536c7b 100755 --- a/show-switch +++ b/show-switch @@ -2,6 +2,7 @@ use strict; use warnings; +use utf8; use Net::SNMP (); use Net::Netmask; use Data::Dumper; -- 2.47.3