This is probably trivial, but I am currently running Fedora (41, i3 spin) and I noticed there’s an inconsistency in the locale defined with localectl
and locale
:
$ localectl status
System Locale: LANG=en_AU.UTF-8
VC Keymap: us
X11 Layout: au
X11 Model: pc105
$ locale
LANG=en_AU.utf8
LC_CTYPE="en_AU.utf8"
LC_NUMERIC="en_AU.utf8"
LC_TIME="en_AU.utf8"
LC_COLLATE="en_AU.utf8"
LC_MONETARY="en_AU.utf8"
LC_MESSAGES="en_AU.utf8"
LC_PAPER="en_AU.utf8"
LC_NAME="en_AU.utf8"
LC_ADDRESS="en_AU.utf8"
LC_TELEPHONE="en_AU.utf8"
LC_MEASUREMENT="en_AU.utf8"
LC_IDENTIFICATION="en_AU.utf8"
LC_ALL=
Is it meant to look like this? Why is the capitalisation/quotation different between the two?