pandoc/Text/Pandoc
fiddlosopher d00da31622 Simplified and improved UTF8 handling:
+ Removed utf8-string cabal configuration flag.
+ Instead, we just include System.IO.UTF8 and Codec.Binary.UTF8.String
  from utf8-string package in the source tree, avoiding a dependency
  on utf8-string and avoiding crufty custom UTF8 code. (The old
  Text.Pandoc.UTF8 had problems with the getContents function.)
+ Removed lots of CPP directives that are no longer needed.
+ In Setup.hs, use '-i..' in running RunTests.hs, so the local UTF8
  code will be found.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1411 788f1e2b-df1e-0410-8736-df70ead52e1b
2008-08-14 01:32:54 +00:00
..
Readers Support for display math; changed ASCIIMathML -> LaTeXMathML: 2008-08-13 03:02:42 +00:00
Writers Support for display math; changed ASCIIMathML -> LaTeXMathML: 2008-08-13 03:02:42 +00:00
Biblio.hs Don't expose Text.Pandoc.Biblio module unless citeproc option is selected. 2008-08-12 01:23:17 +00:00
Blocks.hs Code cleanup in Text.Pandoc.Blocks to eliminate -Wall warnings. 2008-07-13 22:50:57 +00:00
CharacterReferences.hs Cleaned up Text/Pandoc/CharacterReferences.hs to avoid -Wall warnings. 2008-06-17 19:07:17 +00:00
DefaultHeaders.hs Improved template handling: 2008-08-02 17:22:55 +00:00
Definition.hs Support for display math; changed ASCIIMathML -> LaTeXMathML: 2008-08-13 03:02:42 +00:00
Highlighting.hs Improved configuration options and CPP macros. 2008-08-03 23:33:40 +00:00
LaTeXMathML.hs Support for display math; changed ASCIIMathML -> LaTeXMathML: 2008-08-13 03:02:42 +00:00
ODT.hs Simplified and improved UTF8 handling: 2008-08-14 01:32:54 +00:00
PDF.hs Simplified and improved UTF8 handling: 2008-08-14 01:32:54 +00:00
Shared.hs Simplified and improved UTF8 handling: 2008-08-14 01:32:54 +00:00
TH.hs Simplified and improved UTF8 handling: 2008-08-14 01:32:54 +00:00
XML.hs Escape '\160' as " ", not " " in XML. 2008-07-13 16:31:34 +00:00