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?
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to