Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: Autocompletion and Cyrillic
- X-seq: zsh-users 4949
- From: Borsenkow Andrej <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "'Igor Pruchanskiy'" <igor@xxxxxxxxxxxxxxx>, zsh-users@xxxxxxxxxx
- Subject: RE: Autocompletion and Cyrillic
- Date: Wed, 8 May 2002 21:24:16 +0400
- Importance: Normal
- In-reply-to: <20020508171504.GC14979@xxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
>
> Hello all,
>
> I have a question about auto completion here. I searched all over the
net
> for an answer but was not able to find anything useful.
>
> I have a lot of mp3's with Cyrillic characters in file names.
> If i just do `ls' on them everything works fine, but if i do
> mpg123 <tab> i see something like this:
>
> \M-b\M-E\M-K\M-H\M-A\M-N\ -\ \M-n\M-A\ \M-K\M-R\M-A\M-@\ \(1998\)/
>
> Is there any way to make it read the 8bit Cyrillic characters in a
correct
> way ?
>
Set your locale to correct value. Because you do not say what system you
are on it is hard to tell which is the correct value.
-andrej
> Also i am also wondering if i can hide the \ escape characters when i
am
> doing completion on the file names with spaces.
>
You can't currently (easily). It is theoretically possible to generate
dequoted strings as descriptions.
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author