Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Autocompletion and Cyrillic
- X-seq: zsh-users 4950
 
- From: Igor Pruchanskiy <igor@xxxxxxxxxxxxxxx>
 
- To: zsh-users@xxxxxxxxxx
 
- Subject: Re: Autocompletion and Cyrillic
 
- Date: Wed, 8 May 2002 10:30:55 -0700
 
- In-reply-to: <6134254DE87BD411908B00A0C99B044F02E89A7E@xxxxxxxxxxxxxxxxxxxxxxx>
 
- Mail-followup-to: zsh-users@xxxxxxxxxx
 
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
 
- References: <20020508171504.GC14979@xxxxxxxxxxxxxxx> <6134254DE87BD411908B00A0C99B044F02E89A7E@xxxxxxxxxxxxxxxxxxxxxxx>
 
> > 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.
Debian Woody and Sid (multiple boxes)
setting LC_CTYPE=ru_RU.KOI8-R helped. 
thank you
> 
> -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.
Ok. This is something i can live with.
> 
> -andrej
-- 
Uptime : 48 days, 21:48
Messages sorted by:
Reverse Date,
Date,
Thread,
Author