[新手帖]Jetty http utf-8
jetty默认的字符集是iso95881
如果要更改jetty的字符集有两种办法:
System.setProperty("org.mortbay.util.URI.charset", "要换字符集的字符串")
Request.setQueryEncoding(String)
发布时间: 2012-10-06 17:34:01 作者: rapoo
[新手帖]Jetty http utf-8
jetty默认的字符集是iso95881
如果要更改jetty的字符集有两种办法:
System.setProperty("org.mortbay.util.URI.charset", "要换字符集的字符串")
Request.setQueryEncoding(String)