From 6827b56b1c07bdf593268ba91a18dead231f8654 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Sat, 18 Mar 2023 18:20:33 +0000 Subject: [PATCH] Use C.UTF-8 by default --- roles/home-cli/files/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index 903eb9f..4ca4af1 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -43,7 +43,7 @@ fi export TZ=Europe/London # Can override this elsewhere if needed. if ! [ -f "$XDG_CONFIG_HOME/locale.conf" ] && [ -x /usr/bin/locale ] then - LANG="en_US.UTF-8" /usr/bin/locale > "$XDG_CONFIG_HOME/locale.conf" + LANG="C.UTF-8" /usr/bin/locale > "$XDG_CONFIG_HOME/locale.conf" fi if [ -r "$XDG_CONFIG_HOME/locale.conf" ] then