我有一个普通的 html form,其动作为http://another-site.com.
我的网站(http://my-site.com)用 编码UTF-8,但another-site用 编码GBK。
问题是,当我提交我form的 from my-site.com,然后将页面转发到,它是用我提到another-site.com的编码的。GBK页面的字符完全混乱。
是我的问题吗?如何告诉浏览器使用GBKin another-site.com?
注意:两者another-site.com都my-site.com设置content-type了其编码类型。