Revision ceb551dd
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
673 | 673 |
'COMPILE_EXT' => '.tcc', |
674 | 674 |
'COMPILE_DIR' => $::lx_office_conf{paths}->{userspath} . '/templates-cache', |
675 | 675 |
'ERROR' => 'templates/webpages/generic/exception.html', |
676 |
'ENCODING' => 'utf8', |
|
676 | 677 |
})) || die; |
677 | 678 |
} |
678 | 679 |
|
SL/Presenter.pm | ||
---|---|---|
116 | 116 |
COMPILE_EXT => '.tcc', |
117 | 117 |
COMPILE_DIR => $::lx_office_conf{paths}->{userspath} . '/templates-cache', |
118 | 118 |
ERROR => 'templates/webpages/generic/exception.html', |
119 |
ENCODING => 'utf8', |
|
119 | 120 |
}) || croak; |
120 | 121 |
|
121 | 122 |
return $self->{template}; |
Auch abrufbar als: Unified diff
Template-Toolkit-Konfiguration: Mitgeben, dass Templates in UTF-8 encodiert sind
Damit ist die Verwendung von Nicht-ASCII-Zeichen direkt im HTML möglich.