Comment 8 for bug 427568

Revision history for this message
Michael Vogt (mvo) wrote : Re: Please sort programs in a locale-friendly way

The function is wcscoll - I just checked the glibc source and it seems that the algorithm implemented there is iso14651. UCA and tr10 go beyond as explained in http://unicode.org/faq/collation.html#13 - So it seems to be worthwhile to use icu. I set this to medium priority.