The JIRA pie chart is garbled with Chinese characters.
In Jira, Chinese characters are garbled and displayed as "ports.
1. The jira pie chart is garbled as follows:
2. Download the missing fonts installation package
The Chinese characters on jira can be normally displayed, but the Chinese characters on the pie chart are garbled. All the characters on the pie chart are in the fonts format. Therefore, the fonts component is not installed, centOS6.0 does not support using the yum-y install fonts-chinese command to install chinese support. You need to download the fonts installation package by yourself.
Package: http://download.csdn.net/detail/mchdba/8220133
[Root @ localhost fonts] # rpm-ivh -- force -- nodeps *. rpm
Warning: fonts-chinese-3.02-12.el5.noarch.rpm: headv3 DSA/SHA1 Signature, key ID 37017186: NOKEY
Preparing... ######################################## ### [100%]
1: fonts-ISO8859-2-75dpi ####################################### #### [50%]
2: fonts-chinese ##################################### ###### [100%]
/Var/tmp/rpm-tmp.gorosC: line 4:/usr/bin/ttmkfdir: No file or directory
/Var/tmp/rpm-tmp.gorosC: line 5: mkfontdir: command not found
/Var/tmp/rpm-tmp.gorosC: line 6:/usr/sbin/chkfontpath: No file or directory
/Var/tmp/rpm-tmp.gorosC: line 18: mkfontdir: command not found
/Var/tmp/rpm-tmp.gorosC: line 19:/usr/sbin/chkfontpath: No file or directory
[Root @ localhost fonts] #
Install the missing gorosC package
[Root @ localhost fonts] # yum install-y gorosC *
Loaded plugins: fastestmirror
Existing lock/var/run/yum. pid: another copy is runing as pid 5400.
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: yum
Memory: 61 m rss (1.4 gb vsz)
Started: Wed Dec 3 13:53:46 2014-ago
State: Sleeping, pid: 5400
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: yum
Memory: 61 m rss (1.4 gb vsz)
Started: Wed Dec 3 13:53:46 2014-ago
State: Sleeping, pid: 5400
Another user is using the yum command, kill another yum command, and then yum installs ttmkfdir, chkfontpath
[Root @ localhost fonts] # yum install-y ttmkfdir chkfontpath
Finally, an error is reported:
/Var/tmp/rpm-tmp.gorosC: line 19:/usr/sbin/chkfontpath: No file or directory
However, this error does not matter. Restart the jira system and check that the Chinese characters on the pie chart are displayed as follows:
Bytes ----------------------------------------------------------------------------------------------------------------
<All Rights Reserved. This document can be reprinted, but the source address must be indicated by link. Otherwise, we will be held legally responsible.>
Original blog address:Http://blog.itpub.net/26230597/viewspace-1355685/
Original Author:Huang Shan (mchdba)
Bytes ----------------------------------------------------------------------------------------------------------------