From 43996b2796d942bcd9b4bc9c8a06f18a735decda Mon Sep 17 00:00:00 2001 From: Nicolas Schier Date: Fri, 5 Feb 2016 22:01:10 +0100 Subject: [PATCH] ts: disable utf8 warnings Signed-off-by: Nicolas Schier --- ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts b/ts index 3ce73c9..63baf18 100755 --- a/ts +++ b/ts @@ -49,6 +49,7 @@ Licensed under the GNU GPL. use warnings; use strict; use POSIX q{strftime}; +no warnings 'utf8'; $|=1; -- 2.11.4.GIT