From 5628c34d9fc753b77884e060f411cfadfe0f671f Mon Sep 17 00:00:00 2001 Message-Id: <5628c34d9fc753b77884e060f411cfadfe0f671f.1727230262.git.mdw@distorted.org.uk> From: Mark Wooding Date: Wed, 10 Feb 2016 01:09:29 +0000 Subject: [PATCH] mdw.conf: Consoles are by default UTF8 now. Organization: Straylight/Edgeware From: Mark Wooding --- mdw.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdw.conf b/mdw.conf index 1b4b89c..58f868a 100644 --- a/mdw.conf +++ b/mdw.conf @@ -9,6 +9,6 @@ cvs-root = metalzone.distorted.org.uk:/home/cvs/cvs svn-root = svn+ssh://metalzone.distorted.org.uk/home/cvs/svn cltl-url = https://www.distorted.org.uk/doc/cltl/ hyperspec-url = https://www.distorted.org.uk/doc/hyperspec/ -console-ctype = en_GB.iso885915 +console-ctype = en_GB.utf8 x-ctype = en_GB.utf8 releasekey = E359CA55 -- [mdw]