X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a02d6065bf595a427e41d509b2d1d6bbd9138c7b..ceb551dd6fb0e83659a54b83feeaa99866e84fc9:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index 0c532ce6e..875b726c1 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -673,6 +673,7 @@ sub init_template { 'COMPILE_EXT' => '.tcc', 'COMPILE_DIR' => $::lx_office_conf{paths}->{userspath} . '/templates-cache', 'ERROR' => 'templates/webpages/generic/exception.html', + 'ENCODING' => 'utf8', })) || die; }