darcs repository web UI and hosting app. This is the main darcsden trunk, which also runs hub.darcs.net. (https://hub.darcs.net)

#76Encoding issues when creating repositories via ssh

Hey, if you create a repository eg. ‘ssh nand@hub.darcs.net init test-repo2 "öōōäωεKJKẞΔJΦ’ then the description gets mangled (http://hub.darcs.net/nand/test-repo2).

I've had a quick look at the code and the issue seems to go back to http://hackage.haskell.org/packages/archive/ssh/0.2.12/doc/html/src/SSH-Util.html which implements ‘fromLBS :: LBS.ByteString -> String’ rather poorly. :)