In GHC there's a GHC.Unicode library, but for a string such as "ΧΑΟΣΣ", 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.
Is there a way to get/activate unicode support in GHC?