Fwd: [Haskell-cafe] suggestion for hslogger

Antoine Latter aslatter at gmail.com
Tue Sep 29 17:51:05 EDT 2009


Forwarding on to the maintainer, in case he's not on the list.


---------- Forwarded message ----------
From: Sean McLaughlin <seanmcl at gmail.com>
Date: Tue, Sep 29, 2009 at 1:31 PM
Subject: [Haskell-cafe] suggestion for hslogger
To: haskell-cafe at haskell.org


Hello,
  I have a program that does a lot of unicode manipulation.  I'd like
to use hslogger to log various operations.
However, since hslogger uses System.IO.putX, the unicode comes out
mangled.  I hacked the source to
use System.IO.UTF8 instead, but it would be nice if that was an option
so I don't have to rehack the code
whenever there is a new release.
Thanks!
Sean
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe at haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


More information about the Haskell-Cafe mailing list