images: fix utf8 output

This commit is contained in:
Milan
2022-01-27 21:50:10 +01:00
parent 380f0ab7d6
commit f90f71c529
3 changed files with 117 additions and 119 deletions

View File

@@ -3,7 +3,7 @@
use strict;
use warnings;
no warnings 'redefine';
use utf8;
use Data::Dumper;
use params();