如何显示汉字.
........include("gb2utf8.inc");
$font = "arial.ttf";
$str1 = gb2utf8("计 数 器");
ImageTTFText($im, 20, 0, 10, 20, $text_color, $font, $str1);
........
以上的程序段我在IE浏览器上为什么就不能显示汉字呢?
帮忙看看吧.


在<head></head>之间有没有加上<meta http-equiv="Content-Type" content="text/html; charset=gb2312">?