Forrest is creating UTF-8 documents, but the apache httpd servers
don't seem configured to recognize the "meta http-equiv" charset
declarations in the html docs, and default to latin-1.

It looks like all users of forrest at apache (save forrest.apache.org)
are experiencing this problem.

Example: http://incubator.apache.org/solr/who.html which I just set up.
Notice the mangled accented "c" in Gospodnetic.

I tried to set the default charset in
http://incubator.apache.org/solr/.htaccess, but it either didn't work,
or the server would need to be rebooted.

The easiest solution would seem to be for Forrest to generate latin-1
(and produce entities for anything out of that range).  Is there a way
to tell it to do this?

-Yonik