From 1acf4b9c7cddc1178bb914331cae5c1bc73f9ac4 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 21 Sep 2018 12:37:05 +0300 Subject: [PATCH] fix conf/locale.conf It appears that I have been doing locales wrong for years and only now something has decided to not accept the incorrect versions? Alternatively Debian has decided to stasrt doing it somehow different from others, but I don't think so. --- conf/locale.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/locale.conf b/conf/locale.conf index b0b88ba9..3e477197 100644 --- a/conf/locale.conf +++ b/conf/locale.conf @@ -3,15 +3,15 @@ # See also https://mikaela.info/locale # Default language & everything: en_GB.UTF-8 -LANG=en_GB.UTF-8 +LANG=en_GB.utf8 # The primary language & fallbacks (pam_environment was unhappy with only # $LANG in my test). LANGUAGE=en_GB.UTF-8:en_US.UTF-8:en # ISO 8601 -LC_TIME=en_DK.UTF-8 +LC_TIME=en_DK.utf8 # € not £ -LC_MONETARY=fi_FI.UTF-8 +LC_MONETARY=fi_FI.utf8 # no Mx, just the name -LC_NAME=fi_FI.UTF-8 +LC_NAME=fi_FI.utf8 # +358... -LC_TELEPHONE=fi_FI.UTF-8 +LC_TELEPHONE=fi_FI.utf8