planung/event.cgi: encoding

This commit is contained in:
Milan
2022-11-18 23:12:19 +01:00
parent 580aa66db6
commit e7ee2e62f7

View File

@@ -34,7 +34,7 @@ use localization();
use eventOps();
use images();
binmode STDOUT, ":utf8";
binmode STDOUT, ":encoding(utf8)";
my $r = shift;
( my $cgi, my $params, my $error ) = params::get($r);