Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Incorrect sorting of Polish characters



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