If you are developing a language pack for one of your scripts that does not contain support for special characters and you need UTF-8 support in order for the characters to appear properly, you can add this to your .htaccess file:

AddDefaultCharset utf-8
 

Your special characters should appear as desired.