in terminal :
locale
sudo update-locale LC_COLLATE=C
restart required
https://askubuntu.com/questions/239371/how-do-i-list-folders-with-underscores-first
or edit
~/.profile
export LC_COLLATE=C
this doesn't require logging out but is temporary
killall nautilus && LC_COLLATE=C nautilus &