[xmonad] Issue 403 in xmonad: DynamicLog encodes output twice

codesite-noreply at google.com codesite-noreply at google.com
Thu Aug 12 03:56:33 EDT 2010


Status: New
Owner: ----

New issue 403 by muflax: DynamicLog encodes output twice
http://code.google.com/p/xmonad/issues/detail?id=403

What steps will reproduce the problem?

Using dynamicLog with ghc 6.12 leads to output that is encoded as UTF-8  
twice and thus anything but ASCII is unreadable.

A dirty hack is using ppOutput = putStrLn . decodeString. Removing  
encodeSring (with darcs, it seems to be encodeOutput with 0.9.1) from  
dynamicLogString in DynamicLog.hs fixes the problem.

What version of the product are you using? On what operating system?

xmonad-contrib-0.9.1 or latest darcs, ghc-6.12.3, Gentoo with haskell  
overlay.



More information about the xmonad mailing list