Hi, the meta charset tags don't work. I've found that this works for jsp: <%@ page contentType="text/html; charset=gb2312" %> Change gb2312 to Big5 if u need it. Regards.
- autoencoding issue eboo
- RE: autoencoding issue Michael Wentzel
- Eric Boo
Hi, the meta charset tags don't work. I've found that this works for jsp: <%@ page contentType="text/html; charset=gb2312" %> Change gb2312 to Big5 if u need it. Regards.