From f7cc3bf8ea7c6cc22a4bc0d00aea45a7fd17af2a Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 6 May 2008 15:21:17 +0100 Subject: [PATCH] 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. --- screenrc | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0