haskell@gentoo.org Gentoo Haskell Haskell has excellect handling of unicode, the Char type covers all unicode chars. Unfortunatly, there's no possibility to read or write something to the outer world in an encoding other than ascii due to the lack of support for encodings. This library should help with that. Provide the getSystemEncoding action to query the locale.