You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Christopher Cheng <ch...@chengsfamily.net> on 2002/02/12 02:44:29 UTC

Internationalization

I am struggling with double byte characters in  JSP

On the struts jsp form, I am putting 

<%@ page contentType="text/html; charset=UTF-8" %> on the top <META
http-equiv="Content-Type" content="text/html; charset=UTF-8"> in the
head

I got some question marks when I print the characters in the console by 
System.out.println(request.getParameter("parameter1")
Or save those character to file

The same thing happens with the data retrieved from MySQL displayed on
JSP.

Anybody helps?


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>