From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27865 invoked from network); 8 May 2002 17:24:42 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 8 May 2002 17:24:42 -0000 Received: (qmail 27810 invoked by alias); 8 May 2002 17:24:27 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4949 Received: (qmail 27798 invoked from network); 8 May 2002 17:24:25 -0000 From: Borsenkow Andrej To: "'Igor Pruchanskiy'" , zsh-users@sunsite.dk Subject: RE: Autocompletion and Cyrillic Date: Wed, 8 May 2002 21:24:16 +0400 Message-ID: <6134254DE87BD411908B00A0C99B044F02E89A7E@mowd019a.mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <20020508171504.GC14979@linuxinside.com> Importance: Normal > > 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 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