För att få min Debian installation "svensk" så valde jag bara se-latin1 med kbdconfig, sedan la jag till följande rader i /etc/profile för att kunna skriva svenska tecken i konsollen och för att få felmeddelanden och sånt på svenska.
/etc/profile: LC_ALL='sv_SE.ISO-8859-1'; export LC_ALL LESSCHARSET='latin1'; export LESSCHARSET LC_CTYPE=sv_SE; export LC_CTYPE /Ingemar Karl Hammar wrote: > > Kolla i din inputrc-fil. > > $ cat /etc/inputrc > # /etc/inputrc - global inputrc for libreadline > # See readline(3readline) and `info readline' for more information. > > # Be 8 bit clean. > set input-meta on > set output-meta on > > # To allow the use of 8bit-characters like the german umlauts, comment out > # the line below. However this makes the meta key not work as a meta key, > # which is annoying to those which don't need to type in 8-bit characters. > > set convert-meta off > > Hälsningar, > /Karl > -- Ingemar Fällman Phone: +46(0)90 786 9335 UMDAC, Umeå University Fax: +46(0)90 786 6762 S-901 87 UMEÅ, SWEDEN MailTo:[EMAIL PROTECTED] ---------------------------------------------------------------- $_ = "I'n Jvtu bopuifs Pfsm ibdlfs,"; y/a-z/za-y/; print "$_\n";