Characters Not Supported by ASCII are Being Displayed as Question Marks
プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。
Server* 製品のサポートは 2024 年 2 月 15 日をもって終了します。Server 製品を利用している場合は、Atlassian Server のサポート終了のお知らせページにて移行オプションをご確認ください。
*Fisheye および Crucible は除く
プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。
Server* 製品のサポートは 2024 年 2 月 15 日をもって終了します。Server 製品を利用している場合は、Atlassian Server のサポート終了のお知らせページにて移行オプションをご確認ください。
*Fisheye および Crucible は除く
症状
Non-English characters typed into JIRA are displayed as question marks, e.g. umlauts ( ä ) or Asian characters ( 要 ).
原因
Character encoding used by one of the JIRA components is set to use encoding that doesn't support given characters.
ソリューション
- Change encoding to
-Dfile.encoding=utf-8
to your application startup parameters. See Setting Properties and Options on Startup. - If the database was not created with the utf8 charset:
- Append to URL
&useUnicode=true&characterEncoding=UTF8
to the database URL in<jira-install>/conf/server.xml
. - Recreate a new database with correct encoding
CREATE DATABASE jiratest CHARACTER SET utf8;
- Point
server.xml
's database configuration to the new database - Create an XML backup
- Jira を再起動します。
- Import the XML backup into your new database
- Append to URL
最終更新日 2022 年 4 月 29 日
Powered by Confluence and Scroll Viewport.