Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[OSX] weird UTF-8 behavior with cd autocompletion
- X-seq: zsh-users 14816
- From: Xavier GuÃrin <guerinx@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: [OSX] weird UTF-8 behavior with cd autocompletion
- Date: Thu, 11 Feb 2010 19:04:18 +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=9fCXsdLiQpL0YEIY6DoivrQ5Dpr1Qgh0uIJaHCT53g0=; b=JMq3KYe9xy/HziJN58Wd+FUZC8sGYC6jY1R5W9fgmAb0DLOEUty9XIJnU/PSuvEr+Z 8fDv/yPqIOFpO4AmEhNoIxk6++u2C1VHzVqxehmYAPcUqP6irkEuZGlitOEJEOBfu+ZU BxSDq8HF0vt22LIH86cCNV286632poiK7kkAM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=qOfXr0nMK4hHoDQIBolXd9s7eFGNVOAmEeiqFK9bLE739mc852e0wyxA3iKxV4b5bZ mvfBFrzw8k8yyAnYGEra1N4Xks+2UyFgxf7HJnoVgscFAW008Cj/Rv4bX008AQWTOtxi wWE7AhMyEnEe5qbzr1tbOPWyAguCleqNWybA8=
- 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
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 ?
Regards,
Xavier
Messages sorted by:
Reverse Date,
Date,
Thread,
Author