Would please someone -> Paul? fix that?
Thanks, Michael
Here is the comment.
Where's the "well-crafted" manifesto page?
Aug 8, 2010 9:34 PM by Andreas Ebbert-Karroum
Hi,
in lack of a better place to complain: maybe somebody cares to fix the Manifesto for Software Craftsmenship. It won't display special characters like Umlauts (ÄÖÜäöü) properly. I find that highly embarassing for a site that claims to care for well-crafted software.
Debugging hint: The html source contains the correct meta tag
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
But your webserver is sending this in the header:
Content-Type text/html; charset=utf-8
Which leads many browsers to choose UTF-8 over ISO-8859-1, thus the corrupted display.
Thanks,
Andreas Ebbert-Karroum
It is more complicated than just changing the charset(it is now changed). In the spirit of a community of professionals, Li-Huan Lung has forked the repo and is working on providing us with a internationalization solution to the problem.
Thanks to Lihsuan for spending time and effort to help solve the problem, we should have something up soon.
> --
> You received this message because you are subscribed to the Google Groups "software_craftsmanship" group.
> To post to this group, send email to software_cr...@googlegroups.com.
> To unsubscribe from this group, send email to software_craftsma...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/software_craftsmanship?hl=en.
>