installer: Sort items with 'string-locale<?'.
authorLudovic Courtès <ludo@gnu.org>
Wed, 17 Apr 2019 09:51:31 +0000 (11:51 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 17 Apr 2019 09:53:54 +0000 (11:53 +0200)
commit14755829dc268a3983036908750f4ea40c5224b3
treed3c07b4b3e3d4fbce28bde6a458d15d592de2fc8
parent7cb7be17af77caa084c1b5ebf20748dd04f208fa
installer: Sort items with 'string-locale<?'.

That way "Österreich" comes before "Schweiz" in a German locale (or
pretty much any sane locale.)

* gnu/installer/newt/page.scm (run-listbox-selection-page)[sort-listbox-items]:
Use 'string-locale<?' instead of 'string<=?'.
gnu/installer/newt/page.scm