X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Flighttpd%2Fscripts%2Fcreate-mime.assign.pl;h=fbc4cf0af9207cdb811cfdf49fbd9be8d5f8fe0a;hb=b3e4ccffd2ec8225fcf8b9fa40a9279e2af3e31b;hp=1facb006a41d9e4221a0a2397b9777c8efbd680a;hpb=202368ea600f1c63978b6e130adb9e47d3d752d3;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/lighttpd/scripts/create-mime.assign.pl b/etc/lighttpd/scripts/create-mime.assign.pl index 1facb00..fbc4cf0 100755 --- a/etc/lighttpd/scripts/create-mime.assign.pl +++ b/etc/lighttpd/scripts/create-mime.assign.pl @@ -15,7 +15,7 @@ while() { my $mime = $1; my $exts = $2; # Append encoding for text formats if ($mime =~ /^text\//) { - $mime .= "; charset=iso-8859-1"; + $mime .= "; charset=utf-8"; } foreach(split / /, $exts) { # mime.types can have same extension for different