-
Bug
-
Resolution: Fixed
-
Medium
-
8.0.0, 8.0.1, 8.0.2
-
None
-
14
-
Severity 3 - Minor
-
41
-
Problem
Page tree view fails to render double byte chars and display question mark
Environment
Windows OS
Confluence 8.0
Postgres 13
Steps to Reproduce
- Install Postgres and create a database with:
- Encoding UTF-8
- Charset Windows English_US 1252
- Collation Windows English_US 1252
- Install Confluence 8.0 using the DB created with the above steps
- Create a page in a space with a double byte char in the title
- Publish the page and check the Page Tree view
Expected Results
Page tree display the double byte char
Actual Results
Question mark are displayed
Workaround
To get around this behaviour add the following to the JVM startup options:
-Dfile.encoding=UTF8