Lein repl.
It doesn't really matter to me since I use Emacs to develop.
Just afraid that the encoding problems would follow ever JAR I distribute to
end-users.
Will test it when I get the time.
2011/6/20 Rasmus Svensson
> 2011/6/20 Andreas Liljeqvist :
> > I still have encoding problems in repl
2011/6/20 Andreas Liljeqvist :
> I still have encoding problems in repl outside of Emacs (of course...).
> This is fine while I am developing, but problematic for rolling out to
> customers.
>
> Setting -Dfile.encoding=UTF8
> Doesn't solve it.
>
> Anyone?
What repl? Bare java -cp clojure.jar cloju
This is probably a jline bug. Installing rlwrap should make it work.
Leiningen will issue a warning now if rlwrap is not found and it has to fall
back to jline.
-Phil
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email t
I still have encoding problems in repl outside of Emacs (of course...).
This is fine while I am developing, but problematic for rolling out to
customers.
Setting -Dfile.encoding=UTF8
Doesn't solve it.
Anyone?
2011/6/20 Andreas Liljeqvist
> Thank you Phil, that fixed it.
>
>
> 2011/6/19 Phil
Thank you Phil, that fixed it.
2011/6/19 Phil Hagelberg
> Andreas Liljeqvist writes:
>
> > M-x: clojure-jack-in
> >
> > users>ä
> >
> > Debugger entered: nil
> > (condition-case error (slime-net-read) (error (debug)
> > (slime-net-close process t) (error "net-read error: %S" error)))
> > sl
Andreas Liljeqvist writes:
> M-x: clojure-jack-in
>
> users>ä
>
> Debugger entered: nil
> (condition-case error (slime-net-read) (error (debug)
> (slime-net-close process t) (error "net-read error: %S" error)))
> slime-net-read-or-lose(#)
> slime-process-available-input(#)
> slime-net-fil
M-x: clojure-jack-in
users>ä
Debugger entered: nil
(condition-case error (slime-net-read) (error (debug) (slime-net-close
process t) (error "net-read error: %S" error)))
slime-net-read-or-lose(#)
slime-process-available-input(#)
slime-net-filter(# "19(:debug-activate 1 1 nil)")
recu