linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* UTF-8 and Alt key in the console
@ 2008-03-23 15:15 John T.
  2008-03-23 15:29 ` Jan Engelhardt
  0 siblings, 1 reply; 22+ messages in thread
From: John T. @ 2008-03-23 15:15 UTC (permalink / raw)
  To: linux-kernel

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


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2008-04-06 16:38 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-23 15:15 UTF-8 and Alt key in the console John T.
2008-03-23 15:29 ` Jan Engelhardt
2008-03-23 15:46   ` John T.
2008-03-23 16:54     ` H. Peter Anvin
2008-03-23 17:47       ` John T.
2008-03-23 17:55         ` H. Peter Anvin
2008-03-23 18:13           ` John T.
2008-03-23 18:46             ` Jan Engelhardt
2008-03-28 23:26               ` H. Peter Anvin
2008-03-29  0:07                 ` Jan Engelhardt
2008-03-29  0:23                   ` H. Peter Anvin
2008-03-29  0:44                     ` Jan Engelhardt
2008-03-29  1:07                       ` H. Peter Anvin
2008-03-29  6:33                       ` David Newall
2008-03-29 17:05                         ` H. Peter Anvin
2008-04-01 20:13                           ` Jan Engelhardt
2008-04-01 20:22                             ` H. Peter Anvin
2008-04-02  0:02                             ` David Newall
2008-04-02  0:38                               ` H. Peter Anvin
2008-04-06  8:46                 ` Marko Macek
2008-04-06 10:14                   ` David Newall
2008-04-06 16:37                   ` H. Peter Anvin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).