commit 1d47f215c234ba61dbc590c2970f1fd9c3297fcc
parent acc58087730bd5313dd26550aa9a2cebe362cb28
Author: Chris Bracken <chris@bracken.jp>
Date: Fri, 6 Dec 2019 13:03:36 -0800
Append locale names with .UTF-8
LANG and LC_MONETARY required a suffix specifying the relevant text
encoding. Added .UTF-8 to existing locales.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.zshenv b/.zshenv
@@ -4,8 +4,8 @@
umask 022
# Set language to Australian English, currency to Japanese Yen.
-export LANG=en_AU
-export LC_MONETARY=ja_JP
+export LANG=en_AU.UTF-8
+export LC_MONETARY=ja_JP.UTF-8
# If a local perl5 directory exists, add PERL5LIB.
if [[ -d "$HOME/.perl5/lib/perl5" ]]; then