Created
July 16, 2010 16:56
-
-
Save duairc/478624 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{-# LANGUAGE OverloadedStrings #-} | |
import qualified Data.ByteString.Char8 as B | |
import System.IO | |
main = do hSetEncoding stdout utf8 | |
B.putStrLn "ħéłłø ẇøŕłð" | |
putStrLn "ħéłłø ẇøŕłð" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment