If you have special characters like æøåäüö that are displayed wrong on your web pages, you can add one of the following lines to your .htaccess file to see if it fixes the problem.
AddDefaultCharset ISO-8859-1 AddDefaultCharset UTF-8
Note: You should add only one of the lines, not both at the same time.