Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RÃp : [OSX] weird UTF-8 behavior with cd autocompletion
- X-seq: zsh-users 14820
- From: Xavier GuÃrin <guerinx@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: RÃp : [OSX] weird UTF-8 behavior with cd autocompletion
- Date: Thu, 11 Feb 2010 20:43:16 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Pz5INqxLAonDWRQCdedrWsiztp7LN0CO5hbImVoBaN4=; b=Ayo3CfSdrgv2XOtZWL1q0PqcmeaR3xs4HnKKEnda7jVtG0D5zZNYom4ezjL1P1C7+o v+QLlFYhi9edKCKp500Se/xGQRlBpZCUm4z5VchWyglJLZQoMfUjc1ZO+efKf6DYqY3f IGeItB7JDN12cNnGvVajdmwzJelHdHYZGaTsw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=YftqdNAUZe2TSlhukltBxw5mGbDwNSaIFBFRCJrWddoqfu2WnbdJivsS2rqT3dbHeR 2f+qw5kmvKAEt2IU7d4rKYlaxLUukecX/v39n3AhUbsONzg3+VYThMYyc1No6H2MqEtv kryTaZ3U87pESzcPPC8YJxWT96V7jIsznX46k=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Thank you guys for the explanation and the help.
It does it perfectly.
Regards,
Xavier
Le jeudi11fÃvrier2010 Ã 07:59PM, "Mikael Magnusson" <mikachu@xxxxxxxxx> a
Ãcrit : >2010/2/11 Xavier GuÃrin <guerinx@xxxxxxxxx>: >> Dear list, >> >>
I'm encountering a small issue with my ZSHs, both 4.3.9 and 4.3.10 devel. >>
Although UTF-8 works fine, autocompletion with the CD command produces a >>
weird output. >> >> For instance, let's take this directory structure: >> >>
~/Documents/ >> ~/Documents/ConfÃrence >> >> And the following command : >>
>> $ cd ~/Documents/Conf + <TAB> >> >> I get the following output: >> >> $
cd ~/Documents/Confe<0301>rences/ >> >> My terminal.app is configured with
UTF-8 encoding, and both LANG and LC_ALL >> are set as "fr_FR.UTF-8". >> >>
Do you have any idea how I could fixe that ? > >setopt combiningchars > >--
>Mikael Magnusson > >
Messages sorted by:
Reverse Date,
Date,
Thread,
Author