Issue with display of special characters

Hi all,

I have an issue with special characters like the german ‘Ä Ü Ö’ inside my labels (I don’t use them for names only for labels). The characters are displayed correctly direct after change. But after a restart they are switched to non readable signs.
I have set my local settings of openhab:

But do I need to change some settings in my ubuntu OS?

Found the issue. There was the locale value missing in my ubuntu system.

locale -a
# WILL SHOW SOMETHING LIKE
# C
# C.UTF-8
# POSIX
sudo locale-gen de_DE.UTF-8

update-locale LANG=de_DE.UTF-8

# RESTART
1 Like

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.