From 2d8917c077829d6b7a5ed5069b3fa2c56ea768bb Mon Sep 17 00:00:00 2001 From: Gerhard Gonter <ggonter@gmail.com> Date: Mon, 15 Aug 2016 13:39:14 +0200 Subject: [PATCH] try to get UTF-8 working everywhere --- .login | 5 ++++- .screenrc | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.login b/.login index 4558e91..2754442 100644 --- a/.login +++ b/.login @@ -7,9 +7,12 @@ set path=($HOME/bin $path) alias sux sudo tcsh -l alias S SLS -P -alias tsv ~/bin/csv --TAB +alias tsv ~/bin/csv --UTF8 --TAB setenv EDITOR `which vi` +setenv LC_ALL en_US.UTF-8 +setenv LESSCHARSET utf-8 + if (-x ~/.login.local) then source ~/.login.local endif diff --git a/.screenrc b/.screenrc index b1d3568..a5f4d83 100644 --- a/.screenrc +++ b/.screenrc @@ -1,2 +1,3 @@ # turn Red Hat's annoying missfeature off hardstatus off +utf8 on -- GitLab