Re: JFS default behavior

From: Pascal Schmidt
Date: Sun Feb 15 2004 - 09:49:22 EST



>> Then I did unicode_stop. Guess what: it put the display back in
>> iso-8859-1 for that virtual terminal, but the keyboard remained
>> stuck in UTF-8 for _all_ virtual terminals.
> kbd_mode -a to reset to ASCII mode.

And as I just figured out, loadkeys has to be invoked again, also.

I can go to utf-8 with:

setfont lat0-16
kbd_mode -u
loadkeys de-latin1-nodeadkeys

and return to latin-1 with:

setfont lat1-16
kbd_mode -a
loadkeys de-latin1-nodeadkeys

Without the loadkeys after returning to latin-1 mode, I can no longer
input umlauts and other special characters correctly.

--
Ciao,
Pascal
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/