Paul Louden schrieb:
pondlife wrote:
Anyway, for those who actually use it (or want to use it), what are
the actual outstanding issues?
Well, among other things, there's an outstanding bug report on it
messing up the sorting of files with roman numerals. So it seems to be
acting on more than just 0-9 and doing something unexpected.
I can't find this bug report.
The only natsort related ones are these: 1)
http://www.rockbox.org/tracker/task/10030 and 2)
http://www.rockbox.org/tracker/task/10031
1) This is because the "upstream" version does not ignore leading zeros
(as stated on the homepage).
2) Can be fixed by using tolower instead of toupper in nat_toupper().