language: transformation to utf-8 completed

meta-header for utf-8 added to ezmlm-web.cgi
This commit is contained in:
io 2005-01-20 05:35:41 +00:00
parent d57c91273c
commit 07bc3f6ed3
3 changed files with 52 additions and 52 deletions

View file

@ -105,7 +105,7 @@ if(defined($Q::action) && $Q::action eq '[Web Archive]') {
}
# Print header on every page ...
print $q->header(-pragma=>'no-cache', '-cache-control'=>'no-cache', -expires=>'-1d');
print $q->header(-pragma=>'no-cache', '-cache-control'=>'no-cache', -expires=>'-1d' '-Content-Type'=>'text/html; charset=utf-8');
print $q->start_html(-title=>$HTML_TITLE, -author=>'guy-ezmlm@rucus.ru.ac.za', -BGCOLOR=>$HTML_BGCOLOR, -LINK=>$HTML_LINK, -VLINK=>$HTML_VLINK, -TEXT=>$HTML_TEXT, -expires=>'-1d');
print $HTML_HEADER;