From 1b3a96d21a76d921339d41bf6cc388425d9dc982 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Tue, 17 Mar 2009 20:11:40 +0000 Subject: Update the manual to reflect recent strnatcmp changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20343 a1c6a512-1295-4272-9138-f99709370657 --- manual/configure_rockbox/file_view.tex | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/manual/configure_rockbox/file_view.tex b/manual/configure_rockbox/file_view.tex index 3cc035c623..83173bdfa5 100644 --- a/manual/configure_rockbox/file_view.tex +++ b/manual/configure_rockbox/file_view.tex @@ -24,7 +24,8 @@ displays files. \setting{As whole numbers} enables a sorting algorithm which is similar to the default sorting of, for example, Windows Explorer, Mac OS X's Finder or Nautilus, with regards to numbers at the beginning or within filenames. - It combines consecutive digits to a number used for sorting. + It combines consecutive digits to a number used for sorting, taking leading + zeros into account. \newline\setting{As digits} disables this algorithm, and causes every digit to be compared separately. The following table demonstrates the two sortings. \begin{table} @@ -33,13 +34,13 @@ displays files. \toprule \textbf{As whole numbers} & \textbf{As digits}\\ \midrule - 1 Ring Of Fire.mp3 & 03 Jackson.mp3\\ - 2 I Walk The Line.mp3 & 1 Ring Of Fire.mp3\\ - 03 Jackson.mp3 & 10 A Thing Called Love.mp3\\ + 03 Jackson.mp3 & 03 Jackson.mp3\\ + 1 Ring Of Fire.mp3 & 1 Ring Of Fire.mp3\\ + 2 I Walk The Line.mp3 & 10 A Thing Called Love.mp3\\ 10 A Thing Called Love.mp3 & 2 I Walk The Line.mp3\\ Episode 1.ogg & Episode 1.ogg\\ - Episode 2.ogg & Episode 10.ogg\\ - Episode 10.ogg & Episode 2.ogg\\ + Episode 57.ogg & Episode 233.ogg\\ + Episode 233.ogg & Episode 57.ogg\\ \bottomrule \end{tabularx} \end{table} -- cgit v1.2.3