[Bug 309394] Re: Alphabetic order of non-English tags

2009-08-24 Thread Bburst
You can try this patch, but it forces categories for 0 and the 26 letters of the latin alphabet. So that's not good with other alphabets. Also, I tried with one other symbol and exaile behaves wierdly (independently from my patch). When you quit and launch exaile, the symbol disappears from the

[Bug 309394] Re: Alphabetic order of non-English tags

2009-08-24 Thread Bburst
I was reactive because the fix involved added 10 characters or so... I don't really know if it can be worked around, because I don't know why the name is sorted there. Are the triangle and brackets ignored when sorting, or is the triangle actually used? I'm going to look at that. -- Alphabetic

[Bug 309394] Re: Alphabetic order of non-English tags

2009-08-24 Thread Bburst
Okay, that's fixed. ** Attachment added: "patch.diff" http://launchpadlibrarian.net/30764383/patch.diff -- Alphabetic order of non-English tags https://bugs.launchpad.net/bugs/309394 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 309394] Re: Alphabetic order of non-English tags

2009-08-24 Thread Bburst
Can you give your example showing the bug? I have the last revision, and it seems to work fine : Early Days, L'eau, Émilie Simon, Empathy and there are no rules in between (neither for album list nor artist list). -- Alphabetic order of non-English tags https://bugs.launchpad.net/bugs/309394 You

[Bug 309394] Re: Alphabetic order of non-English tags

2009-07-30 Thread Bburst
> 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 poss

[Bug 309394] Re: Alphabetic order of non-English tags

2009-07-29 Thread Bburst
Hi, 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 I am clearly not an expert on the subject. What I expected you to say when I started reading your message was that a group was created for e

[Bug 309394] Re: Alphabetic order of non-English tags

2009-07-29 Thread Bburst
Randoms additions and removals were trailing spaces that I removed out of habit. Here is an up to date version (doesn't change anything actually). ** Attachment added: "patch.diff" http://launchpadlibrarian.net/29677717/patch.diff -- Alphabetic order of non-English tags https://bugs.launchpad

[Bug 309394] Re: Alphabetic order of non-English tags

2009-07-29 Thread Bburst
How is my patch in comment #4 not already a solution to this bug? -- Alphabetic order of non-English tags https://bugs.launchpad.net/bugs/309394 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lis

[Bug 309394] Re: Alphabetic order of non-English tags

2009-06-17 Thread Bburst
I tried your patch and it doesn't break anything as far as I tested. It is not enough to fix the bug, though. I made a few additional changes that seem to do the trick. The patch contains the patch I provided for bug #387025 (I don't know if it matters). ** Attachment added: "patch2.diff" htt