zsh-workers
 help / color / mirror / code / Atom feed
* Incorrect sorting of Polish characters
@ 2016-07-16 17:17 Michał Bartoszkiewicz
  2016-07-16 20:07 ` Bart Schaefer
  0 siblings, 1 reply; 7+ messages in thread
From: Michał Bartoszkiewicz @ 2016-07-16 17:17 UTC (permalink / raw)
  To: zsh-workers

I have noticed that some Polish characters (at least 'ć' and 'ę' –
U+0107 and U+0119) are sorted incorrectly in glob expansion (but
correctly in other contexts).

Example:
$ export LC_ALL=pl_PL.UTF-8
$ names=(a b c d e f $'\u0105' $'\u0107' $'\u0119')
$ print -o $names
a ą b c ć d e ę f
$ touch $names; print ?
a ą ć ę b c d e f

The ordering given by print -o is the correct one.

I am using zsh 5.2, but the problem also appears in git revision 3e61af3.

Thanks,
--
Michał Bartoszkiewicz <mbartoszkiewicz@gmail.com>


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-07-22 15:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-16 17:17 Incorrect sorting of Polish characters Michał Bartoszkiewicz
2016-07-16 20:07 ` Bart Schaefer
2016-07-18  9:33   ` Peter Stephenson
2016-07-18 10:17     ` Peter Stephenson
2016-07-20  5:05       ` Bart Schaefer
2016-07-20  8:35         ` Peter Stephenson
2016-07-22  0:38           ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).