On Tue, Oct 09, 2007 at 11:47:34PM +0100, Greg Thomas wrote:
On 09/10/2007, Chris G cl@isbd.net wrote:
So, how do I just get that directory hierarchy to be ISO-8859-1? I think part of my problem is that the files are not display directly but munged by a CGI script.
If it's a CGI script, just modify the CGI script to set the appropriate HTTP header.
... isn't this where we came in? :-)
The CGI (or HTML, or whatever) sets the header in the dynamically generated HTML to iso-8859-1 (I just checked and it does), but the apache server overrides that header with the line:-
AddDefaultCharset UTF-8
in the httpd.conf file. What I want to do is to change that UTF-8 back to is08859-1 for just the hierarchy of files used by my pyblosxom CGI script.