From 68fbf4ffef7dcfcdc8974dc546457863119d60bb Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Fri, 15 Jul 2011 10:01:59 -0700 Subject: [PATCH] Add UTF encoding instructions to readme. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5a812bc..7c6e3a9 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,12 @@ the byte-compilation of the packages. This is **normal**; the packages will work just fine even if there are problems byte-compiling it upon installation. +Slime defaults to iso-8895-1 encoding if you aren't using M-x +clojure-jack-in because that's what Common Lisp uses. You'll need +to fix this when connecting to Clojure: + + (setq slime-net-coding-system 'utf-8-unix) + Then you should be able to connect to the swank server you launched: M-x slime-connect