Skip to content

Commit

Permalink
Fixes #599 - Hint about re-checking UTF8 and reboot
Browse files Browse the repository at this point in the history
  • Loading branch information
ralf401 authored Feb 13, 2025
1 parent 8db2ccb commit 407cdea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions install/package.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ To make Zammad work correctly, your system has to use the correct locales.
$ sudo locale-gen en_US.UTF-8
$ echo "LANG=en_US.UTF-8" > sudo /etc/default/locale
After fixing it, make sure to check the output again for including
``<lang_code>.utf8``. A reboot may help if unsuccessful.

.. tab:: OpenSUSE / SLES

List your current locale settings.
Expand All @@ -85,6 +88,9 @@ To make Zammad work correctly, your system has to use the correct locales.
$ sudo localectl set-locale LANG=en_US.UTF-8
After fixing it, make sure to check the output again for including
``<lang_code>.utf8``. A reboot may help if unsuccessful.

.. hint::

By default OpenSUSE uses ``POSIX`` as ``LANG`` value for the root
Expand All @@ -107,6 +113,8 @@ To make Zammad work correctly, your system has to use the correct locales.
$ sudo localectl set-locale LANG=en_US.UTF-8
After fixing it, make sure to check the output again for including
``<lang_code>.utf8``. A reboot may help if unsuccessful.

Add Repository and Install Zammad
---------------------------------
Expand Down

0 comments on commit 407cdea

Please sign in to comment.