[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <348315.11787.qm@web45704.mail.sp1.yahoo.com>
Date: Sun, 23 Mar 2008 08:15:59 -0700 (PDT)
From: "John T." <j.thomast@...oo.com>
To: linux-kernel@...r.kernel.org
Subject: UTF-8 and Alt key in the console
Hello,
It is understood that although the Meta-key sequences
work in an xterm with vim on UTF-8, they don't on the
linux console.
That's because vim and xterm have an understanding about
how to function in UTF-8 regarding the Meta key. Xterm
translates the would-be ISO-8859 high-bit-char to its
UTF-8 representation, and vim catches that. This is the
way to move the traditional 8th-bit Meta convention from
single-byte encodings to UTF-8.
The linux console could function that way too, so that the
Meta-key would be recognized for those not willing to make
Meta send an ESC prefix; this behavior can be toggled with
the setmetamode command. Seems it's quite a simple code
snippet.
I'd like to know whether it would be an accepted change.
Regards,
--
John
____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists