Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Problem

Non-English characters are displayed as question marks.

Solution

This can be caused by the Java Virtual Machine (JVM) that Jira runs on not having the correct encoding set. Configuring Jira to start with UTF-8 set as its default encoding can fix this problem.

Add the following as Jira startup parameters:

  • -Dfile.encoding=utf-8

  • -Dsun.jnu.encoding=UTF-8

  • No labels