You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Related issue: https://confluence.atlassian.com/confkb/non-ascii-characters-display-as-square-characters-in-confluence-317948797.html
The above problem was occurred in `atlassian/confluence-server:latest`, it's the case 1.
I think the official image should build with all language support (or provided another image tag that with all language support).
I found a way to do that:
```
apt install -y language-selector-common
check-language-support -a | xargs apt install -y
```
I'm not sure it's the best solution but it's solved my problem.