From aa8f603ff000800ce60cd21ac1eb207f04df469f Mon Sep 17 00:00:00 2001
From: Andreas Romeyke <andreas.romeyke@slub-dresden.de>
Date: Mon, 19 May 2025 19:55:17 +0200
Subject: [PATCH] - fixed
 https://git.slub-dresden.de/digital-preservation/tools-for-technical-analysts/-/issues/21

---
 lib/SLUB/LZA/TA/Command/report.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/SLUB/LZA/TA/Command/report.pm b/lib/SLUB/LZA/TA/Command/report.pm
index b3025dc..961929e 100644
--- a/lib/SLUB/LZA/TA/Command/report.pm
+++ b/lib/SLUB/LZA/TA/Command/report.pm
@@ -1,6 +1,7 @@
 package SLUB::LZA::TA::Command::report;
 use SLUB::LZA::TA -command;
 use v5.36;
+use utf8;
 use SLUB::LZA::TA::Archivematica::Elasticsearch;
 use SLUB::LZA::TA::Archivematica::Elasticsearch::PrepareQuery;
 use SLUB::LZA::TA::Output;
-- 
GitLab