mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 14:15:56 -06:00
Change default HTML charset to utf-8 instead of iso-8859-1. Thanks to Philippe Schlumpf for the report.
This commit is contained in:
parent
ff2e0ad635
commit
8194e534c1
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ my $DOWNLOAD= $CGI->param('download') || '';
|
|||
|
||||
my $MAXPIECOUNT = 10;
|
||||
my $MIN_SHOW_PIE = 2;
|
||||
my $DEFAULT_CHARSET='iso-8859-1';
|
||||
my $DEFAULT_CHARSET='utf-8';
|
||||
|
||||
# Read configuration file
|
||||
&read_config($CONFIG_FILE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue