Re: German keymap: Euro sign
Reply #22 –
Consolefonts are in /usr/share/kbd/consolefonts
Testing in non-graphical tty:
$ showfont
(shows some characters)
$ setfont UniCyr_8x16
$ echo -e "\u20ac"
€
A Euro!!
$ setfont -u <fontname> gives an error about no unicode table thing.
Other fonts I tried had a euro symbol according to showfont but it wasn't working and some other symbol was shown, I think it must need some kind of unicode mapping in the font.
Enabling consolefont service in "boot" changed the square to a ? after rebooting.
So after the tests above, I put this in /etc/conf.d/consolefont:
#consolefont="default8x16"
consolefont="UniCyr_8x16"
and I get Euro signs not squares in my consoles without any setfont needed, although I have no keyboard binding, hopefully it should draw the right character for you too.