Last modified: 2010-10-18 15:43:45 UTC
currently noc.wikimedia.org serves text files (like http://noc.wikimedia.org/conf/InitialiseSettings.php.txt ) as text/plain. It should be served as text/plain; charset=utf-8 since if the charset parameter is not included, rfc2046 says the document should be considered to be US-ASCII. In practise, firefox seems to consider the text file to be iso-8859-1. In any case the special characters appear broken when viewing currently.
Done. + <Directory /home/wikipedia/htdocs/noc/conf> + AddDefaultCharset utf-8 + </Directory>