What's the full name of that encoding? Is it "gb2312", so meta should look like:
<META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=gb2312"> If this is right, then I'll add the needed things to configure. To change the sytle, you need to tweak the DSSSL sheets used for generation of the howto HTML. Please be aware that this will also affect display of English howto (unless you add your own stylesheet). BTW what would you like to change in the display?? Goba > 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? > > -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php