From 1acaab5c8b5b94afb384257470ec0f8521dcf9e9 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Fri, 21 Mar 2014 18:50:00 +0100 Subject: .exports: Explicitly use UTF-8 even for `LANG` --- .exports | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.exports') diff --git a/.exports b/.exports index ea74d29..e60924d 100644 --- a/.exports +++ b/.exports @@ -9,7 +9,7 @@ export HISTCONTROL=ignoredups export HISTIGNORE="ls:cd:cd -:pwd:exit:date:* --help" # Prefer US English and use UTF-8 -export LANG="en_US" +export LANG="en_US.UTF-8" export LC_ALL="en_US.UTF-8" # Highlight section titles in manual pages -- cgit v1.2.3