aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/UTF8.hs
AgeCommit message (Expand)Author
2025-12-11Remove obsolete comment.John MacFarlane
2024-04-25Update copyright dates to 2024.John MacFarlane
2023-07-19Deprecate decodeArg which is now a no-op.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-08-17Escape backslashes in haddock comments (#7505)Emily Bourke
2021-02-22Text.Pandoc.UTF8: change IO functions to return Text, not String.John MacFarlane
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2017-06-10UTF8: export fromText, fromTextLazy.John MacFarlane
2017-06-10UTF8: export toText, toTextLazy.John MacFarlane
2017-05-18Add `--eol` flag and writer option to control line endings.Stefan Dresselhaus
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2016-09-02Remove unnecessary CPP condition in UTF8Jesse Rosenthal
2016-03-22Updated copyright dates to include 2016.1.17.0.2John MacFarlane
2015-05-05UTF8: Better handling of bare CRs in input files.John MacFarlane
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane
2014-08-12Removed unneeded CPP.John MacFarlane
2014-05-19Avoid `import Prelude hiding (catch)`.John MacFarlane
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel
2013-08-04Remove CPP from default-extensions; add pragmas to modules as needed.John MacFarlane
2013-07-04Text.Pandoc.UTF8: Use strict bytestrings in reading.John MacFarlane
2013-05-29Added CPP directives to avoid warnings.John MacFarlane
2013-02-08UTF8: Strip off BOM if present.John MacFarlane
2013-01-06UTF8 module: Remove `\r` when reading.John MacFarlane
2012-09-29UTF8: Removed unneeded imports.John MacFarlane
2012-09-26UTF8: Better error message for invalid UTF8.John MacFarlane
2012-09-25Removed need for utf8-string package.John MacFarlane
2012-09-25UTF8: use universalNewlineMode in reading.John MacFarlane
2012-09-23Revert "More intelligent handling of text encodings."John MacFarlane
2012-09-23More intelligent handling of text encodings.John MacFarlane
2012-09-23Removed unneeded CPP conditional.John MacFarlane
2012-09-23UTF8: Export decodeArg.John MacFarlane
2012-09-23Export encodePath/decodePath from UTF8.John MacFarlane
2012-07-26Fixed whitespace errors.John MacFarlane
2012-06-25Test for base 4.4.0 instead of 4.5.0 for argument/filename encoding.John MacFarlane
2012-06-24Don't encode/decode file paths if base >= 4.5.John MacFarlane
2011-02-11UTF8: Encode filenames.John MacFarlane
2011-01-30UTF8: Use #if instead of #ifdef.John MacFarlane
2011-01-30UTF8 module: Use base 4.2 IO if available.John MacFarlane
2010-09-10Encode filenames as UTF8.John MacFarlane
2010-07-21Changed to using strict bytestrings in UTF8 module.John MacFarlane
2010-05-06UTF8: Modified readFile and getContents to strip BOM if present.John MacFarlane
2010-05-06Added Text.Pandoc.UTF8 for portable UTF8 string IO.John MacFarlane