atom-haskell / ide-haskell-repl

GHCi REPL in Atom
https://atom.io/packages/ide-haskell-repl
MIT License
26 stars 8 forks source link

Some unicode problems #38

Closed varosi closed 8 years ago

varosi commented 8 years ago

utfproblem

Latest version of everything on Windows 10

lierdakil commented 8 years ago

This is hopefully fixed in v0.4.4

Not the most elegant fix -- it forces execution in a shell and runs chcp -- but it should work well enough, I hope:

image

Might introduce some weirdness wrt extraArgs setting -- those might require additional escaping, but I'm not 100% sure about that.

lierdakil commented 8 years ago

It'd be nice if you could confirm that it works for you as well.

varosi commented 8 years ago

Cool! It works now just great! Thanks a lot!