Comment 12 for bug 309394

Revision history for this message
reacocard (reacocard) wrote :

> Randoms additions and removals were trailing spaces that I removed out of habit.

that should be done in separate patches in the future. mixing corrections in one patch is a really good way to not get your patch included. :)

> Comparisons are made using strcoll and strxfrm, and I believe it should work correctly with japanese (as long as your locale is set to japanese)

But only if the locale is set? That's not ideal, since people from one locale are fairly likely to have tracks from other locales in their list. (eg. anime fans are likely to have Japanese music.) We need something that orders it correctly independent of current locale, if at all possible. If such a thing doesn't exist, then I have no further objections to this patch.