Response.Redirect("http://www.baidu.com/gp/gp.aspx?StuName=" + HttpUtility.UrlEncode(name, System.Text.Encoding.GetEncoding("gb2312"))
其中name为中文名字,已加密,传递到另一个地址,然后由那边解密,生成pdf。现在出的有个别生成pdf的时候会有乱码。 加密,解密均为gb2312。