Revision a45bac39
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
|
||
my $output = $template->output();
|
||
|
||
$output = $main::locale->{iconv}->convert($output) if ($main::locale);
|
||
|
||
$main::lxdebug->leave_sub();
|
||
|
||
return $output;
|
Auch abrufbar als: Unified diff
Konvertierung von lokalisierten HTML-Seiten in den als $dbcharset angegebenen Zeichensatz.