| Copyright | (c) Edward Kmett and Dan Doel 2012-2013 |
|---|---|
| License | BSD3 |
| Maintainer | Edward Kmett <ekmett@gmail.com> |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Ermine.Console.Unicode
Description
- withUnicode :: MonadCatch m => m a -> m a
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.