12.14.100 12.13.100 12.12.100 12.11.100 12.10.100 12.09.110 12.09.100 12.08.130 12.08.110 12.08.100
12.14.100 12.13.100 12.12.100 12.11.100 12.10.100 12.09.110 12.09.100 12.08.130 12.08.110 12.08.100 English German

Using Special Characters during the UMS Installation on Linux

Question

Why do I see strange symbols in the UMS installer on Linux, e.g. when saving / loading the IGEL network token?

image2020-10-15_13-27-45.png

Answer

When you want to use language-specific characters, e.g. umlauts (ä,ö, etc.), for the UMS installation on Linux:

  • the correct locale for the language must be set

  • the system locale must also be correctly set

→ Run the following command to list the available locales: locale -a

→ If the necessary locale is not listed, you can generate and set it as the default locale for your system as follows (example for German):

sudo locale-gen de_DE.UTF-8
sudo update-locale LANG=de_DE.UTF-8