From 8030fb8dd6b9eee6b69e687e778e691f8e4100ef Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Wed, 7 Nov 2012 18:12:26 +0100 Subject: No matter what, use en_US.UTF-8 always. I know this is ugly and that it should be done somewhere else in a fancy configuration file, but it works fine in my workflow. --- bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bashrc b/bashrc index 62764da..c1d3456 100644 --- a/bashrc +++ b/bashrc @@ -1,3 +1,6 @@ +# Set LC_ALL always to UTF-8 +export LC_ALL=en_US.UTF-8 + # beautifying ls command alias ls='ls --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F' alias ll='ls -l --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F' -- cgit v1.2.3