Solve the utf8 garbled problem in hibernate + Struts + MySQL.

Source: Internet
Author: User

1. When compiling project-related text files, the UTF-8 encoding method is adopted, including Java source files and JSP files.

2. Compile an encoding conversion filter class to complete encoding conversion:

Request. setcharacterencoding ("UTF-8 ");
Chain. dofilter (request, response );
Response. setcharacterencoding ("UTF-8 ");

 

3. Add the following attributes for hibernate. cfg. xml:

<Property name = "connection. useunicode"> true </property>
<Property name = "connection. characterencoding"> UTF-8 </property>

4. To set the MySQL database to UTF-8, perform the following steps:

A. Add default-character-set = gbk to the my. ini file.

B. the encoding of libraries, tables, and fields must be UTF-8.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.