Fixes for [Bug 32 (#32)]. The headers must also be encoded using the same charset as the content. This might break things horribly if the charset is EBDIC or something similar, but there is really no way to work around that and still have working redirects. Of course, the header keys might be kept as iso-8859-1, and only the values encoded, but I don't know if that's more correct, really Rev: server/config_interface/standard/sites/encode_form_name.pike:1.1 Rev: server/config_interface/standard/sites/new_site.html:1.11 Rev: server/protocols/http.pike:1.251