Make launcher work with french locale (among others) (#395)
authorMichael Scherer <mscherer@users.noreply.github.com>
Mon, 30 Jul 2018 06:21:25 +0000 (08:21 +0200)
committerSam <sam.saffron@gmail.com>
Mon, 30 Jul 2018 06:21:25 +0000 (16:21 +1000)
commitabcf2a97a1663c54388b040bd5c47345e5c890f1
tree83d1207c88302cb376b8e263a8480ba115bf94f4
parentb7298113d2718bea011e775806fda77b297b9047
Make launcher work with french locale (among others) (#395)

On several locales others than C, A-Z might match more than A to Z, due
to different collation order.

See https://unix.stackexchange.com/questions/227070/why-does-a-z-match-lowercase-letters-in-bash
for explanation.
launcher