I usually develop Haskell programs on Linux, and then build and test some of them on Windows. Say, I have some console program that outputs Unicode symbols. In particular, it happens to output copyright symbol ‘©’, like this:I usually develop Haskell programs on Linux, an