I found the man.cgi was garbled in my IE Browser with default encoding in
Chinese. and I checked the source of man.cgi output, I think maybe add one
line:
<HTML>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>will avoid these type of browser auto charset detection error.
submitted by: "Che Dong" <chedong@yeah.net>