pandoc/src/Text/Pandoc
John MacFarlane c80ffe9171 UTF8: Better error message for invalid UTF8.
Read bytestring and use Text's decodeUtf8 instead of using System.IO's
hGetContents.  This way you get a message saying "invalid UTF-8 stream"
instead of "invalid byte sequence."  You are also told which byte caused
the problem.
2012-09-26 09:04:21 -07:00
..
Readers Markdown reader: Fixed link parser to avoid exponential slowdowns. 2012-09-22 14:05:09 -07:00
Writers Make --id-prefix affect footnote IDs in markdown writer. 2012-09-25 20:26:38 -07:00
Biblio.hs Use Parsec directly in Biblio and Templates. 2012-07-20 16:33:37 -07:00
Highlighting.hs Use safeRead instead of using reads directly (various modules). 2012-08-09 08:11:28 -07:00
ImageSize.hs ImageSize: Fixed implementation of sizeInPoints. 2012-01-15 16:01:46 -08:00
MIME.hs Fixed whitespace errors. 2012-07-26 22:32:53 -07:00
Options.hs Make --id-prefix affect footnote IDs in markdown writer. 2012-09-25 20:26:38 -07:00
Parsing.hs Revert "More intelligent handling of text encodings." 2012-09-23 22:53:34 -07:00
PDF.hs PDF: Run latex at least two times. 2012-03-19 09:25:33 -07:00
Pretty.hs Pretty: Fixed bug that caused combining characters to be dropped. 2012-08-13 15:52:41 -07:00
SelfContained.hs Removed need for utf8-string package. 2012-09-25 19:54:21 -07:00
Shared.hs Revert "More intelligent handling of text encodings." 2012-09-23 22:53:34 -07:00
Slides.hs Don't generate empty H1 after hrule slide breaks. 2012-06-25 14:52:09 -07:00
Templates.hs Removed need for utf8-string package. 2012-09-25 19:54:21 -07:00
UTF8.hs UTF8: Better error message for invalid UTF8. 2012-09-26 09:04:21 -07:00
UUID.hs Added an EPUB writer. 2010-07-05 00:06:27 -07:00
XML.hs Fixed bug in fromEntities. 2012-04-14 22:52:14 -07:00