Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unicode Characters are not displayed properly #21

Open
ffigiel opened this issue Apr 17, 2015 · 3 comments
Open

Unicode Characters are not displayed properly #21

ffigiel opened this issue Apr 17, 2015 · 3 comments
Labels

Comments

@ffigiel
Copy link

ffigiel commented Apr 17, 2015

unicode

@ktosiek
Copy link

ktosiek commented Apr 18, 2015

Some additional details: the text is in polish, the characters that can be seen in the picture are what you get when you take UTF-8 encoded text and interpret it as cp1250 (single byte encoding, used for polish locale on Windows). The original text was "Zmiana tytułu stron z SSO".

@jhansche jhansche added the bug label May 12, 2015
@heeyeonwiz
Copy link

heeyeonwiz commented Aug 27, 2016

Korean has same issue with UTF-8 encoding.
image

My problem has been resolved by setting encoding (UTF-8) for virtual machine for JIRA.
Refer to below post if you can read Korean:
http://pseg.or.kr/pseg/index.php?mid=aqna&document_srl=6037&comment_srl=6946

@sorx00
Copy link

sorx00 commented Jul 10, 2017

Yeah, @heeyeonwiz's way is really works for me!
Just add:
-Dfile.encoding=UTF-8
-Dsun.jnu.encoding=UTF-8
into JVM_SUPPORT_RECOMMENDED_ARGS parameter in setenv.sh on Linux. Or into Jira service startup options on Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants