Asian Characters After Changing Confluence Encoding to UTF-16

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

After changing the Confluence encoding under the Confluence General > Formatting and International Settings from UTF-8 to UTF-16, the application starts to show only asian characters, as the screenshot below:

原因

UTF-16 is not supported:  CONF-35275 - Getting issue details... STATUS

Affected Confluence sites will return a different UTF encoding inside the result of:

SELECT BANDANAVALUE FROM BANDANA where BANDANAKEY = 'atlassian.confluence.settings';

ソリューション

  1. Shut down Confluence and perform a database backup.
  2. 次のコマンドを実行します。

    UPDATE  BANDANA set BANDANAVALUE = REPLACE(BANDANAVALUE, 'UTF-16', 'UTF-8') where BANDANAKEY = 'atlassian.confluence.settings';
  3. Confluence を起動します。

最終更新日: 2016 年 2 月 26 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.