
29 Apr
2010
29 Apr
'10
9:56 a.m.
* On Thursday, April 29 2010, Khudyakov Alexey wrote:
В сообщении от 29 апреля 2010 15:29:20 вы написали:
В сообщении от 29 апреля 2010 09:30:22 Norbert Zeh написал:
(1) xmonad seems to double-encode the utf string. Namely, if I change my ppOutput to hPutStrLn handle . UTF8.decodeString, things come out *kind of* fine.
Here is patch to fix this. It does work with GHC6.12 but I couldn't test it with 6.10 or older
Ooops. This patch breaks non-ASCII input in Promt
Here are some guidelines for addressing encoding issues: http://code.google.com/p/xmonad/issues/detail?id=348 -- Adam