JSP BasicsBeginning-level questions on JSP. More advanced coders should post to Pro JSP.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the JSP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
When I write some Chinese word in JSP files .There is something wrong .The words appear like ????. When I read data from MYSQL the some problems occur.What can I do with this problem?
By default MySQL uses the ISO-8859-1 (Latin1) character set. You will need to change MySQL to use the character set that you require. Consult the mysql web site for information on how to do this.