Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [OSX] weird UTF-8 behavior with cd autocompletion
- X-seq: zsh-users 14819
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Xavier GuÃrin <guerinx@xxxxxxxxx>
- Subject: Re: [OSX] weird UTF-8 behavior with cd autocompletion
- Date: Thu, 11 Feb 2010 19:59:49 +0100
- Cc: zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=dBOjmETPLy2h4TbOPoB/2J27NaKag1TLU1IDbKyw6i8=; b=nC3lXO0cCZXGp4Ei1cbw57ZbZxz/9feR5e6WFCKxnMNQ0S+bQhZUFSyTSrGZUW+H8t Zz/5M207CNhSBENoEElFtZxcY3Qv1WCIVOC5d8XjGKyRtUnECWG5YrqrF6ReMvUCXyEx 0ms1JmZXn1HiFELkVRK2bsSPO1R7/8YLNjUfQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=rWsTO+tKAF114wBCThbVYKPV+Uft/dyxSMAv+MFzfCMgXYH+YzIGO6AIla02g8pvg9 tvhrmo5EotDF3u+hRTpiwS4t5OW7T3cAU0F4i7Hxm63DdHhdB7m3j/n9z4L9QkKx7nk3 GMD8J3MXiB4ghpwpoQ26ludtEVz8G/Fcj54kY=
- In-reply-to: <3ad49fe91002111004j5359371qa280d7f3fc810f3c@xxxxxxxxxxxxxx>
- 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
- References: <3ad49fe91002111004j5359371qa280d7f3fc810f3c@xxxxxxxxxxxxxx>
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