Hello,
after pasting a confluence link to jira and submitting, The title of confluence shows in error encoding( UTF8 Characters in title).
also, I tried to seach the page, space name can be displayed correctly, but search result cannot.
I have configured confluence using URIEncoding at Connector Section(server.xml), and have ran /admin/encodingtest.action on confluence, it results success.
original title in confluence is 产品规划和路线图
Thank you.
Finally,
added
-Dfile.encoding=utf-8 -Dsun.jnu.encoding=utf-8
option to JIRA and Confluence service parameter.
Thanks Tzu Hau Chai and Atlassian Team.
Hi guys,
I got the same problem,
Can you guys tell me how to add above options to service parameter?
Thanks in advance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
service.bat的“--JvmOptions”中添加:;-Dfile.encoding=utf-8;-Dsun.jnu.encoding=utf-8
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.