How to configure tomcat default character encoding ?

2005-07-27 Thread Dongsheng Song
I user Tomcat 5.0.28, the browser send server UTF-8 query string like:

QueryString: id=12code=13name=%E5%90%8D%E7%A7%B0

How to configure tomcat default character encoding to UTF-8 ?

Dongsheng Song

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to configure tomcat default character encoding ?

2005-07-27 Thread Mark Thomas

http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/http.html

You should read the documentation for the URIEncoding and 
useBodyEncodingForURI options.


Mark

Dongsheng Song wrote:

I user Tomcat 5.0.28, the browser send server UTF-8 query string like:

QueryString: id=12code=13name=%E5%90%8D%E7%A7%B0

How to configure tomcat default character encoding to UTF-8 ?

Dongsheng Song

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]