From: Mark Wooding Date: Tue, 6 May 2008 14:21:17 +0000 (+0100) Subject: screen: Always run as UTF-8. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/f7cc3bf8ea7c6cc22a4bc0d00aea45a7fd17af2a screen: Always run as UTF-8. On a Linux VC, screen usually carries on using whatever charset it did before. But this is a waste: screen can do UTF-8 throughout and translate the underlying terminal correctly to match, so we may as well. --- diff --git a/screenrc b/screenrc index da48e52..2c4ada0 100644 --- a/screenrc +++ b/screenrc @@ -4,3 +4,4 @@ defscrollback 1000 deflogin off defencoding utf8 setenv LC_CTYPE en_GB.utf8 +setenv LESSCHARSET utf-8