The problem of garbled characters after constructing Jira Han Dynasty

Source: Internet
Author: User

Jira's Simplified Chinese characters (using the BIG5 cause)

After the installation of Jira Chinese after the discovery of a part of the Chinese display garbled, after inspection: it should be UTF-8 encoded but displayed as BIG5,BIG5 does not support Simplified Chinese!

After entering the Jira database to find the Propertyentry table, thepropertyentry table is a list of properties that are used by Jira system. found that one of the jira.properties is called Webwork.i18n.encoding, Jira's MVC framework is made with webwork, so this should be a variable for webwork internationalization, so find another table propertystring, this table is used to Record the variable value of the string, find the value of the corresponding ID, and find that it is Big5, change it to UTF-8.

SQL statement:update propertystring set Propertyvalue=utf8 where id= ' 10000 ';p ropertystring table name; propertyvalue field name;

The problem of garbled characters after constructing Jira Han Dynasty

Related Article

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.