Skip to content

Instantly share code, notes, and snippets.

@duairc
Created July 16, 2010 16:56
Show Gist options
  • Save duairc/478624 to your computer and use it in GitHub Desktop.
Save duairc/478624 to your computer and use it in GitHub Desktop.
{-# 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