> I will test it later this day on another computer as well.
I just tested it on another Linux box. And it works!! What
could be the problem?
readString is documented as not doing any decoding, so you're dependent
on your readFile doing it right for you, but that depends on your locale
! You could set your IO system input encoding yourself to avoid the problem
but it seems simpler to use "readDocument" provided by Hxt instead since that'll read
the file with your specified input encoding.