screen: Always run as UTF-8.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 6 May 2008 14:21:17 +0000 (15:21 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 6 May 2008 14:21:17 +0000 (15:21 +0100)
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

index da48e52..2c4ada0 100644 (file)
--- a/screenrc
+++ b/screenrc
@@ -4,3 +4,4 @@ defscrollback 1000
 deflogin off
 defencoding utf8
 setenv LC_CTYPE en_GB.utf8
+setenv LESSCHARSET utf-8