In GHC there&#39;s a GHC.Unicode library, but for a string such as &quot;ΧΑΟΣΣ&quot;, a GHC compiled program prints it as a string of unknown characters, and in the interpreter, the string evaluates to a string of escape sequences instead of displaying properly.<br>
<br>Is there a way to get/activate unicode support in GHC?<br>