Confluence では特定の文字で問題が発生することがよくあります。事象には以下が含まれます。

ほとんどの場合、Confluence が使用するコンポーネントのいずれかの設定が誤っているために発生します。

Follow these steps to diagnose the problem:

1. エンコーディング テストの実行

Confluence には、設定の問題を解明できるエンコーディング テストが含まれています。

To perform the test, access the Encoding Test page via the <confluence instance>/admin/encodingtest.action page on your Confluence instance. You will be required to copy and paste a line of text and submit a form. The test will take the text and pass it through Confluence, the application server and the database, and return the results.

例:

http://confluence.atlassian.com/admin/encodingtest.action or
http://<host address>/confluence/admin/encodingtest.action

エンコーディング テストで表示されるテキストが入力したテキストと異なる場合、文字のエンコーディング設定に問題があります。

テストが成功すると以下のようになります。

MySQL 3.x is known to have some problems with the upper- and lower-casing of some characters, and may fail the last two tests. For more information, see MySQL 3.x Character Encoding Problems.

2. すべてのコンポーネントで同じエンコーディングが使用されていることを確認する

As mentioned in the Configuring Encoding document, the same character encoding should be used across the database, application server and web application (Confluence).

3. サポートを受ける

If there are still problems with character encoding after following the above steps, create a support request, and our support staff will aid in solving your problem.

以下の詳細があると、問題の特定に役立ちます。