hi
try build xmonad-contrib with --flag=with_utf8
and have a look at
http://www.haskell.org/haskellwiki/Xmonad/Frequently_asked_questions#How_can_I_make_xmonad_use_UTF8.3F
im using arch linux and this is the official build file:
> runhaskell Setup.lhs configure --ghc --prefix=/usr \
> --libsubdir=\$compiler/site-local/\$pkgid || return 1
>
> runhaskell Setup.lhs build || return 1
is utf8 supported by default? if not, how to add utf8 support?
i want to display window title with chinese characters in xmobar, but it always does not work.
thanks
lars
_______________________________________________
xmonad mailing list
xmonad@haskell.org
http://www.haskell.org/mailman/listinfo/xmonad