From bae13451a468a034ca5b68a3d442a134a8598674 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 13 Dec 2018 13:07:48 +0100 Subject: [PATCH] Bug 21848: Counterpatch to resolve unac_string warning Content-Type: text/plain; charset=utf-8 Just add "use utf8". Test plan: Prove Circulation.t without warnings. Signed-off-by: Marcel de Rooy --- t/db_dependent/Circulation.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t index 02b45c3..daafe4a 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -16,6 +16,7 @@ # along with Koha; if not, see . use Modern::Perl; +use utf8; use Test::More tests => 122; -- 2.1.4