codehenry / xmonad

Automatically exported from code.google.com/p/xmonad
0 stars 0 forks source link

recompile error window has bad escaping #606

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. xmonad --recompile with error
2. look at output window that opens (see attached screenshot)

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

0.11.1

Original issue reported on code.google.com by Ephro...@gmail.com on 7 Jun 2015 at 12:37

Attachments:

GoogleCodeExporter commented 8 years ago
More specifically, it's producing UTF8-encoded output; but xmessage is ancient 
and doesn't speak UTF8, only ISO8859-1. Possibly just forcing LANG=C on ghc 
would work --- but I'm not sure if that would then disallow UTF8 in source 
files (ghc's encoding handling is a little strange for historical reasons).

Original comment by allber...@gmail.com on 7 Jun 2015 at 5:25

GoogleCodeExporter commented 8 years ago
We could use zenity or Xmessage, but those depend on gtk2/3.

Original comment by Ephro...@gmail.com on 9 Jun 2015 at 2:04