| Copyright | (c) Edward Kmett 2017 (c) Edward Kmett and Dan Doel 2012-2013 | 
|---|---|
| License | BSD2 | 
| Maintainer | Edward Kmett <ekmett@gmail.com> | 
| Stability | experimental | 
| Portability | non-portable | 
| Safe Haskell | Safe | 
| Language | Haskell2010 | 
Coda.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.