下面这段代码实现的是在自己网页中加入百度搜素引擎,可是当输入汉字的时候却显示乱码或繁体字,与所输入的内容部一致,请问:该怎样解决?
<!--百度搜索--><center>
<form action="http://www.baidu.com/baidu" target="_blank">
<table bgcolor="#ffffff">
<tbody>
<tr>
<td><input type="hidden" name="tn" value="baidu" /> <a href="http://www.baidu.com/"><img border="0" alt="Baidu" align="bottom" src="http://img.baidu.com/img/logo-80px.gif" /></a> <input size="33" name="word" type="text" /> <input type="submit" value="百度搜索" /></td>
</tr>
</tbody>
</table>
</form>
</center>