bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

convert-meta and UTF-8


From: Herculano de Lima Einloft Neto
Subject: convert-meta and UTF-8
Date: Mon, 6 Dec 2004 21:10:41 -0200
User-agent: Mutt/1.5.5.1+cvs20040105i

Hello,

Using a terminal which works with real Meta characters instead of an ESC
prefix is essential for things like VIM keybindings. Bash and Readline
have always dealt well with this to my knowledge, through the
convert-meta option. What happens is that while VIM seems to properly
recognize characters with an `eighth bit set' in UTF-8, Readline appears
quite confused by it. All keybindings based on Meta break when using
this setup, since most Meta compositions are seen as, e.g., two M-c
M-<char> bytes, and the M-c binding always gets triggered, while the
other doesn't seem to. I hope this can be fixed soon enough, otherwise
moving to UTF-8 will have to wait.

Best,
--
Herculano de Lima Einloft Neto
<hlen@ig.com.br>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]