Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Incorrect sorting of Polish characters
- X-seq: zsh-workers 38865
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Incorrect sorting of Polish characters
- Date: Sat, 16 Jul 2016 13:07:18 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=AgAPt8Y3cjkjejD0IrQ4R9sKry4RNGfd6wsX4pAm6b0=; b=Uxws5bbU9uTf3arHS2zXjQlhR3ouAgdM2vJes+A56nWz0Kgxtl+6N9sd8uDUxtidEQ csXIFLkEvZRymQRh4Y5N6ZG99O2vQ2DzbSEise/TxzNcckmfUAb1/Jx51oe8wQ4rYlz7 yi75QixFsuFTamDiDN4pFLGxydQMS8n+uzZAnNxKUePBeSsXtTDKbnqmd29Uf4HHmi6l 25nX5PbNXM07WrXe0/kVlaOXapTmEOhCP9jDcCNon7uNPFzs/s6ncYgNblqX+zOY3CBA Bq8i4KH6OeUNi8dJW3mmTBG7u8MoHYqJGDL+nu5uZvuxzYweQVzW9yVRGxrQsl/hhNtc XKuA==
- In-reply-to: <CAJzQX7rXddxjFA2reSiGYHpU9Razo2vwO5F5g-4Ddz-ZjXZsUQ@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAJzQX7rXddxjFA2reSiGYHpU9Razo2vwO5F5g-4Ddz-ZjXZsUQ@mail.gmail.com>
On Jul 16, 7:17pm, M. Bartoszkiewicz wrote:
}
} I have noticed that some Polish characters
} are sorted incorrectly in glob expansion (but
} correctly in other contexts).
Both parameter expansion and globbing are using qsort() and each
passes a pointer to a function that calls strcoll() underneath, so I
suspect this is a (removal of) metafication issue, because that's
done in the parameter function but not in the globbing one.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author