How do I confirm UTF-8 on MSSQL for JIRA and Confluence?

ChangJoon Lee
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 2, 2012

Hi,

How do I confirm if the database is correctly setup for JIRA and Confluence.

In MSSQL 2005 , there is no option for UTF-8 in DATABASE_COLLATE.

Or, should i use LATIN for DB COLLATE?

I am really getting confused here about setting up UTF-8 for MSSQL.

2 answers

1 accepted

2 votes
Answer accepted
Septa Cahyadiputra
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 2, 2012

Hi Lee,

In regards to collation for MS SQL server. The supported collation is SQL_Latin1_General_CP1_CS_AS, as describe on our documentation here.

Hope it helps.

Cheers,
Septa Cahyadiputra

0 votes
ChangJoon Lee
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 2, 2013

Note to SQLServer users with non-latin characters (Korean, Japanese, Chinese, and ETC.)

Be aware of following issue for ActiveObjects which is used on Plugin Data Storage.

Plugins such as GreenHopper(JIRA), SideBar(integrated in Confluence), are affected by this issue.

"Your characters(encoding) will be broken."

https://ecosystem.atlassian.net/browse/AO-386

Suggest an answer

Log in or Sign up to answer