Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Are completion and prompt expansion 8-bit clean?



On Mon, 23 Jun 1997, Alain Caron wrote:

> Being a francophone, I like using filenames with french characters.
> I usually have no problem with it except in two situations.

> The first one is with completion:

> touch élément1 élément2

> ls é<TAB>							  (expands into)
> ls élément<TAB>                 (lists \M-il\Miment1 \M-il\M-iment2)

use "nlsinfo" to see which "locales" are installed in your
machine, set CTYPE to an iso88591 one, for example

export LC_CTYPE=english.iso88591

-- 
raul segura acevedo  Chemistry Institute  raul@xxxxxxxxxxxxxxxxxxxxxxx
......................................................................
and god typed
M-x let-there-be-light



Messages sorted by: Reverse Date, Date, Thread, Author