[PHP-DOC] How to specify the encoding of output HTML files? From: Gregory Song (gregory <email protected>)
Date: 07/14/02

Hey, we've translated the PHP Documentation HOWTO into simplefied Chinese (GB2312).
I did run the following :

        autoconf
        ./configure --with-lang=zh

And after I gain the HTML files with 'make howto', my files are content such line:

        <META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=iso-8895-1">

and the charset is surposed to be 'gb2312', I did changed the default charset in those XML file, what should I do to make the output have GB2312 encoding?

And I've got another question, Can I change some of the style of the output HTML, what should I do?