PDA

View Full Version : multimania problem



xdilbert
February 22nd, 2002, 18:54
i am using Chinese for my webpage, but the font in my php do not display well in multimania(english is ok , but not in chinese) the html page work fine, are there any one can help me, Thx

msn
February 22nd, 2002, 21:35
Put the following line at the top of your php script
Since i don't know which chinese fonts you use, pick one of them

For Simp Chinese:
<?header("content-Type: text/html; charset=gb2312");?>

For Trad Chinese:
<?header("content-Type: text/html; charset=Big5");?>

xdilbert
February 22nd, 2002, 21:57
ok Thx for you reply!:) :) :)