From e87b4cb3d4da876188d1160214f9327dc12eb541 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Fri, 21 Jul 2023 10:39:43 -0700 Subject: [PATCH] add C.utf8 to shenv --- dotfiles/shenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/shenv b/dotfiles/shenv index 367e2ad..86ee7cb 100755 --- a/dotfiles/shenv +++ b/dotfiles/shenv @@ -47,7 +47,7 @@ export GPG_ID=7FD58D9A196DCEEEAD671F94F4D7A7915DEA789B # Setup locale if test -x /usr/bin/locale ; then - for l in en_US.utf8 en_US.UTF-8 C.UTF-8 C ; do + for l in en_US.utf8 en_US.UTF-8 C.UTF-8 C.utf8 C ; do if /usr/bin/locale -a | grep -q "${l}" ; then export LC_CTYPE=${l} export LC_NUMERIC=${l}