hledger/hledger-lib/Hledger
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
..
Data CSV reader version 2 with new rules syntax 2013-03-29 22:56:55 +00:00
Read parsing: fix test breakage due to new csv rules format (fixes #102) 2013-04-12 14:59:28 -07:00
Utils parsing: read dos line endings, deprecate encoding compatibility layer 2013-04-12 16:18:20 -07:00
Data.hs query cleanups 2012-05-17 16:02:22 +00:00
Query.hs querying by code: 2013-03-22 17:59:16 +00:00
Read.hs parsing: read dos line endings, deprecate encoding compatibility layer 2013-04-12 16:18:20 -07:00
Reports.hs register: date display refinements 2013-02-14 21:12:35 +00:00
Utils.hs parsing: read files in universal newline mode 2013-03-29 18:46:10 +00:00