hledger/hledger-lib/Hledger/Utils
Simon Michael 42385fc8bf parsing: read dos line endings, deprecate encoding compatibility layer
We should now read all text in universal newline mode, so eg journal
files with DOS/windows line endings are fine.

This also deprecates and disables our IO encoding compatibility layer,
which prevented many encoding-related problems with certain platforms
and GHC versions. With modern GHC (7.x) this is now hopefully totally
unnecessary, but the module remains in place just in case.
2013-04-12 16:18:20 -07:00
..
UTF8IOCompat.hs parsing: read dos line endings, deprecate encoding compatibility layer 2013-04-12 16:18:20 -07:00