@@ -, +, @@ --- t/db_dependent/Circulation.t | 1 + 1 file changed, 1 insertion(+) --- a/t/db_dependent/Circulation.t +++ a/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; --