Skip to content
This repository has been archived by the owner on Jan 23, 2018. It is now read-only.

Commit

Permalink
Add UTF encoding instructions to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Jul 15, 2011
1 parent 6eb64d0 commit 68fbf4f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -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 <tt>M-x
clojure-jack-in</tt> 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
Expand Down

0 comments on commit 68fbf4f

Please sign in to comment.