This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#6359 - Correctly (Latin1) sorted filenames in tree browser
Attached to Project:
Rockbox
Opened by Tobias Heimann (Killaruna) - Monday, 20 November 2006, 01:46 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Thursday, 14 October 2010, 14:21 GMT+2
Opened by Tobias Heimann (Killaruna) - Monday, 20 November 2006, 01:46 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Thursday, 14 October 2010, 14:21 GMT+2
|
DetailsThis is a tiny patch to correct the file ordering for the Latin-1 charset when browsing the file tree: Characters with accents and the german Umlaute are sorted to the same positions as their normal (i.e. unaccented) versions instead of to the end of the list. The new sort order overrides the old non-case-sensitive sorting. Case-sensitive sorting is still using the old method.
|
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Thursday, 14 October 2010, 14:21 GMT+2
Reason for closing: Rejected
Additional comments about closing: there is no perfect solution for this, and trying to make one for a small subset of the supported charsets is no better than using ascii value sorting
Thursday, 14 October 2010, 14:21 GMT+2
Reason for closing: Rejected
Additional comments about closing: there is no perfect solution for this, and trying to make one for a small subset of the supported charsets is no better than using ascii value sorting
the same byte values stand for different characters in other codepages (non-unicode) so you should know how to interpret the values...
HINT: The good solution isn't "use codepages" ;)