If you read planet.mindstab.net you'll have noticed from time to time bizarre text degradation, bad characters showing up or other languages being represented as gibberish. I finally got tired of it so I googled for the answer. And I found it. It's an encoding error. Apache has a bad default and XHTML insisting on a better choice doesn't seem to override it.
The solution? In apache's httpd.conf, change 'AddDefaultCharset ISO-8859-1' to 'AddDefaultCharset utf8'. That's it. planet.mindstab.net looks much better now.




