Double-byte characters might not be displayed properly
if Unicode support is not configured properly for the servlet or JSP
files.
- In the servlet source file
response.setContentType("text/html; charset=UTF-8"); - In the JSP
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
No comments:
Post a Comment