Re: Clojure and swedish characters on windows...

2011-06-20 Thread Andreas Liljeqvist
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

Re: Clojure and swedish characters on windows...

2011-06-20 Thread Rasmus Svensson
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

Re: Clojure and swedish characters on windows...

2011-06-20 Thread Phil Hagelberg
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

Re: Clojure and swedish characters on windows...

2011-06-20 Thread 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? 2011/6/20 Andreas Liljeqvist > Thank you Phil, that fixed it. > > > 2011/6/19 Phil

Re: Clojure and swedish characters on windows...

2011-06-19 Thread Andreas Liljeqvist
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

Re: Clojure and swedish characters on windows...

2011-06-19 Thread 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))) >   slime-net-read-or-lose(#) >   slime-process-available-input(#) >   slime-net-fil