I have two computers - a laptop and a desktop - both running Linux Mint 19 Tara. Both have the same locale settings (shown below). Both are running Nemo 3.8.6 for file browsing.
On the laptop, Nemo sorts bar before Foo as it should. On the desktop, however, Nemo sorts Foo before bar; in general, it sorts all uppercase file and folder names before lowercase file and folder names.
What could cause this behavior? How can I get correct alphabetical sorting on my desktop too?
Here are the contents of my /etc/default/locale
file:
LANG="en_US.UTF-8"
LC_NUMERIC="de_BE.UTF-8"
LC_MONETARY="de_BE.UTF-8"
LC_PAPER="de_BE.UTF-8"
LC_NAME="de_BE.UTF-8"
LC_ADDRESS="de_BE.UTF-8"
LC_TELEPHONE="de_BE.UTF-8"
LC_MEASUREMENT="de_BE.UTF-8"
LC_IDENTIFICATION="de_BE.UTF-8"