I am struggling with double byte characters with the 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, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>