[Haskell-cafe] suggestion for hslogger
Sean McLaughlin
seanmcl at gmail.com
Tue Sep 29 14:31:40 EDT 2009
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20090929/abd38e60/attachment.html
More information about the Haskell-Cafe
mailing list