Hi all.
The encoding in the head of
http://manifesto.softwarecraftsmanship.org/
is set to UTF-8, it appears to me though that the characters are being
served up as ISO-8859-1
Changing the following head meta tag from:
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
to:
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
Should fix the problem as a stop gap.
However, the problem is probably deeper in that incorrect encoding
might be entering the database during the signup process, in which
case a table clean up is needed.
If any help is wanted on this, please get in touch.
Mikel Lindsaar
http://rubyx.com/
http://lindsaar.net/