lighttpd: Change the default character encoding to utf-8.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 26 Jan 2010 10:24:08 +0000 (11:24 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 26 Jan 2010 10:24:08 +0000 (11:24 +0100)
etc/lighttpd/scripts/create-mime.assign.pl

index 1facb006a41d9e4221a0a2397b9777c8efbd680a..fbc4cf0af9207cdb811cfdf49fbd9be8d5f8fe0a 100755 (executable)
@@ -15,7 +15,7 @@ while(<MIMETYPES>) {
     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