Asian Characters After Changing Confluence Encoding to UTF-16

Platform Notice: Cloud Only - This article only applies to Atlassian products on the cloud platform.

Symptoms

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:

(Auto-migrated image: description temporarily unavailable)

Cause

UTF-16 is not supported: CONFCLOUD-54431 - Confluence page render in Chinese Character when Encoding change to UTF-16

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

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

Resolution

  1. Shut down Confluence and perform a database backup.

  2. Run:

    1 UPDATE BANDANA set BANDANAVALUE = REPLACE(BANDANAVALUE, 'UTF-16', 'UTF-8') where BANDANAKEY = 'atlassian.confluence.settings';
  3. Start Confluence

Updated on April 8, 2025

Still need help?

The Atlassian Community is here for you.