summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/UTF8.hs
Commit message (Expand)AuthorAge
* Avoid `import Prelude hiding (catch)`.John MacFarlane2014-05-19
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* Remove CPP from default-extensions; add pragmas to modules as needed.John MacFarlane2013-08-04
* Text.Pandoc.UTF8: Use strict bytestrings in reading.John MacFarlane2013-07-04
* Added CPP directives to avoid warnings.John MacFarlane2013-05-29
* UTF8: Strip off BOM if present.John MacFarlane2013-02-08
* UTF8 module: Remove `\r` when reading.John MacFarlane2013-01-06
* UTF8: Removed unneeded imports.John MacFarlane2012-09-29
* UTF8: Better error message for invalid UTF8.John MacFarlane2012-09-26
* Removed need for utf8-string package.John MacFarlane2012-09-25
* UTF8: use universalNewlineMode in reading.John MacFarlane2012-09-25
* Revert "More intelligent handling of text encodings."John MacFarlane2012-09-23
* More intelligent handling of text encodings.John MacFarlane2012-09-23
* Removed unneeded CPP conditional.John MacFarlane2012-09-23
* UTF8: Export decodeArg.John MacFarlane2012-09-23
* Export encodePath/decodePath from UTF8.John MacFarlane2012-09-23
* Fixed whitespace errors.John MacFarlane2012-07-26
* Test for base 4.4.0 instead of 4.5.0 for argument/filename encoding.John MacFarlane2012-06-25
* Don't encode/decode file paths if base >= 4.5.John MacFarlane2012-06-24
* UTF8: Encode filenames.John MacFarlane2011-02-11
* UTF8: Use #if instead of #ifdef.John MacFarlane2011-01-30
* UTF8 module: Use base 4.2 IO if available.John MacFarlane2011-01-30
* Encode filenames as UTF8.John MacFarlane2010-09-10
* Changed to using strict bytestrings in UTF8 module.John MacFarlane2010-07-21
* UTF8: Modified readFile and getContents to strip BOM if present.John MacFarlane2010-05-06
* Added Text.Pandoc.UTF8 for portable UTF8 string IO.John MacFarlane2010-05-06
* Moved everything from src into the top-level directory.fiddlosopher2007-11-29
* Reverted back to state as of r1062. The template haskell changesfiddlosopher2007-11-03
* Use template haskell to avoid the need for templates:fiddlosopher2007-11-03
* Modified fromUTF8 to strip out the BOM (byte order marker)fiddlosopher2007-10-27
* Changed encodeUTF8 to toUTF8, decodeUTF8 to fromUTF8,fiddlosopher2007-07-13
* + Added module data for haddock.fiddlosopher2006-12-20
* initial importfiddlosopher2006-10-17