The charset value for zh encoding is alright with the new configure script, the output 
HTML file havs contained the like exaclty like below:

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

-----Original Message-----
From: Gabor Hojtsy [mailto:[EMAIL PROTECTED]]
Sent: Sunday, July 14, 2002 8:48 PM
To: Gregory Song; [EMAIL PROTECTED]
Subject: Re: [PHP-DOC] How to specify the encoding of output HTML files?


> Thank you for your help!
> The full name of the Simplefied Chinese encoding is just 'gb2312' and it
is exactly:
>
> <META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=gb2312">

Well, I have added this to configure.in. Update from CVS, and see what
happens
after an autoconf, configure and make.

> The reason I'd like to change the style of the output HTML files, is that
the
> Chinese Grammar requires 4ex indent in each paragraph, and the default
font
> for the western character and digits is not 'Times New Roman' but
'MingLiu',
> which is the default font for Chinese, but it's botchy for western
characters,
> such as bold 'M', etc... Meanwhile, the default size is 16px, but if the
> Chinese characters are set as 14px in 'Times New Roman', they displays
perfect
> in paragraph. As a result, I should set the default style of paragragh as
> {font-family: Times New Roman; font-size: 14px; text-indent: 4ex}.

So you would like to put some CSS styles on paras? Huh, so we need to have
one CSS <link> in the heading? That's a more complicated problem...

Goba




Reply via email to