You can use <%@ page contentType="text/html;charset=UTF-8" %> in the JSP or
alternatively include the <META HTTP-EQUIV="Content-Type" CONTENT="text/html;
charset=UTF-8"> tag in your HTML.  This will tell the browser to use the UTF-8
Encoding.

Then when getting the requests, you can do a request.setCharacterEncoding
("UTF-8") before getting anything from the request to allow you to read in
parameters as UTF-8.  You could also try just reading in the parameters
without setting that, and then doing param.getBytes("UTF-8").

I've been struggling with some encoding issues for a little while now, but I
have it working, so if you have any other questions, please feel free to email
me and I'll see if I can help.

Good luck,
-Jeff



                                                                                       
                            
                    Antony Stace                                                       
                            
                    <s45652001@ya        To:     [EMAIL PROTECTED]        
                            
                    hoo.com>             cc:                                           
                            
                                         Subject:     Switching on UTF-8 Encoding      
                            
                    02/07/02                                                           
                            
                    07:45 AM                                                           
                            
                    Please                                                             
                            
                    respond to                                                         
                            
                    "Tomcat Users                                                      
                            
                    List"                                                              
                            
                                                                                       
                            
                                                                                       
                            




Hi

What do I need to do so that data returned from Tomcat 4 is returned in UTF-8
encoding to a requesting browser and
requests received are read as UTF-8.

--


Cheers

Tony。
---------------------------------------------------------------------


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>






--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to