Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
completion bug in UTF-8 locale
- X-seq: zsh-users 10627
- From: Roman Cheplyaka <roman.cheplyaka@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: completion bug in UTF-8 locale
- Date: Sun, 20 Aug 2006 10:18:33 +0300
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:mime-version:content-type:content-disposition:content-transfer-encoding:user-agent; b=nXosBn32EzcYSCVW3o6Gflr9HK9u3iqlyoTw15N/+rzvoBgmHkjC5dfQE47ZfgtfZoHDirt0bZCQR1FU6KnzkIfVINIwJQAeKiqFUmcGUtb+uOEKMhIqszDOEXABrj7sehMbNUGT6fR1ni1ZCaI5u/1/fAWaWB8F46TdvUN8J8M=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi!
I have the following issue in UTF-8 locale:
zsh completion works ok in current folder, no matter which files are
here.
But suppose I have some directory named 'тест' (cyrillic letters).
Then
% ls те<Tab>
completes it to 'тест', but
% ls тест/<Tab>
doesn't show anything, even if there are no cyrillic-named items in that
directory.
--
Roman I. Cheplyaka
Messages sorted by:
Reverse Date,
Date,
Thread,
Author