@@ -, +, @@ --- C4/Templates.pm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) --- a/C4/Templates.pm +++ a/C4/Templates.pm @@ -67,6 +67,7 @@ sub new { COMPILE_DIR => C4::Context->config('template_cache_dir')?C4::Context->config('template_cache_dir'):'',, INCLUDE_PATH => \@includes, FILTERS => {}, + ENCODING => 'UTF-8', } ) or die Template->error(); my $self = { --