ermine-0.6: Ermine

Copyright(c) Edward Kmett and Dan Doel 2012-2013
LicenseBSD3
MaintainerEdward Kmett <ekmett@gmail.com>
Stabilityexperimental
Portabilitynon-portable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Ermine.Console.Unicode

Description

 

Synopsis

Documentation

withUnicode :: MonadCatch m => m a -> m a Source

Run in a modified codepage where we can print UTF-8 values on Windows.

You should probably run the top level of your program in this.