You are not logged in.
Pages: 1
Hej!
I have made a very small devuan basic install but I need german umlauts for some translations what package(s) do I need?
thx 4 ur help!
Last edited by nogeek (2018-08-05 16:18:26)
Offline
If you chose German at install time you should already be able to see Umlauts. Or did you install your system in English? Did you set the keyboard to German from within the installer?
Offline
Of course I do not choose german...
The only available locale is english.
I only use setxkbmap keyboard-configuration in x, I only need german 4 some translation work.
I got different hardware-keyboards here but the keys üöä on the german one doesn't work in the terminalemulator or in vim-tiny.
EDIT: oh and I skip all of the first expert-installer steps and starting with detect cdrom, so everything is really basicly
Last edited by nogeek (2018-08-05 04:08:57)
Offline
You mean you cannot see umlauts in your editor like vim? Then you need to set the character encoding to UTF-8 for your default terminal emulator.
Offline
locale -a
C
C.UTF-8
POSIX
in
cat /etc/default/locale
I changed
LANG="C"
to
LANG="C.UTF-8"
now it works thx
Offline
Pages: 1